Compare commits

..

No commits in common. "dd63cf69cd9209e69e91641ba04e2a274e4c88ad" and "829d978ac8195a769d7ef9cd3dc7afc285023a05" have entirely different histories.

2 changed files with 0 additions and 39 deletions

View File

@ -189,26 +189,6 @@ services:
parallelism: 1 parallelism: 1
order: start-first order: start-first
keycloak:
image: quay.io/keycloak/keycloak
ports:
- "3000:8443"
environment:
KC_DB: postgres
KC_DB_URL: jdbc:postgresql://0.0.0.0:5432/keycloak
KC_DB_USERNAME: postgres
KC_DB_PASSWORD: $DB_PASSWORD_PROD
KC_HOSTNAME: keycloak.sprinthub.ru
deploy:
mode: replicated
placement:
constraints: [node.labels.stage == production]
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
volumes: volumes:
minio_data: minio_data:
driver: local driver: local

View File

@ -164,25 +164,6 @@ http {
} }
} }
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name keycloak.sprinthub.ru;
ssl_certificate /etc/nginx/fullchain.pem;
ssl_certificate_key /etc/nginx/privkey.pem;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "no-refferer-when-downgrade" always;
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://dev.sprinthub.ru:8443/;
}
}
server { server {
listen 443 ssl http2; listen 443 ssl http2;
listen [::]:443 ssl http2; listen [::]:443 ssl http2;