This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.3" | |
services: | |
postgres: | |
image: postgres:13 | |
environment: | |
POSTGRES_USER: airflow | |
POSTGRES_PASSWORD: airflow | |
POSTGRES_DB: airflow | |
volumes: | |
- postgres-db-volume:/var/lib/postgresql/data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
services: | |
bookstack: | |
image: ghcr.io/linuxserver/bookstack | |
container_name: bookstack | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
- APP_URL= | |
- DB_HOST=bookstack_db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bastion-1:~/java# cat awacs-nginx/awacs-nginx.conf | grep add_header | |
add_header Content-Security-Policy "base-uri 'self'; default-src 'self'; script-src 'self' https://qa.awacscloud.tech; object-src 'self' https://qa.awacscloud.tech; report-uri /authserver/actuator/csp/report" always; | |
add_header Strict-Transport-Security "max-age=16070400; includeSubDomains" always; | |
add_header X-Frame-Options "DENY" always; | |
add_header X-XSS-Protection "1; mode=block"; | |
add_header X-Content-Type-Options "nosniff" always; | |
add_header Referrer-Policy "no-referrer" always; | |
add_header Feature-Policy "none" always; | |
add_header Server zombie always; | |
add_header Permissions-Policy "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()" always; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bastion-1:~/java# cat awacs-nginx/Dockerfile.nginx.qa | |
FROM nginx | |
RUN mkdir /etc/nginx/certs/ | |
RUN rm /etc/nginx/conf.d/default.conf | |
RUN touch /etc/nginx/conf.d/default.conf | |
COPY certificate.crt /etc/nginx/certs/ | |
COPY private.key /etc/nginx/certs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
rm -rf /c/Users/giris/.m2/repository/com/aiocdawacs/ | |
cd admin-server | |
mvn clean package | |
cd .. | |
cd smart-pharmacy-product-service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# .d8b. db d8b db .d8b. .o88b. .d8888. .o88b. db .d88b. db db d8888b. | |
# d8' `8b 88 I8I 88 d8' `8b d8P Y8 88' YP d8P Y8 88 .8P Y8. 88 88 88 `8D | |
# 88ooo88 88 I8I 88 88ooo88 8P `8bo. 8P 88 88 88 88 88 88 88 | |
# 88~~~88 Y8 I8I 88 88~~~88 8b `Y8b. 8b 88 88 88 88 88 88 88 | |
# 88 88 `8b d8'8b d8' 88 88 Y8b d8 db 8D Y8b d8 88booo. `8b d8' 88b d88 88 .8D | |
# YP YP `8b8' `8d8' YP YP `Y88P' `8888Y' `Y88P' Y88888P `Y88P' ~Y8888P' Y8888D' | |
# | |
# Copyright 2021 |