Skip to content
Snippets Groups Projects
Unverified Commit 9fde24ac authored by Martin Weise's avatar Martin Weise
Browse files

Fixed the auth-service

parent b8865342
No related branches found
No related tags found
1 merge request!163Relase 1.3.0
......@@ -97,6 +97,7 @@ services:
core:
ports:
- "8443:8443"
- "8080:8080"
env_file:
- .env
volumes:
......@@ -313,8 +314,14 @@ services:
networks:
core:
public:
ports:
- "80:80"
- "443:443"
volumes:
- ./dbrepo.conf:/etc/nginx/conf.d/default.conf
- /etc/letsencrypt/live/dbrepo2.ec.tuwien.ac.at/fullchain.pem:/etc/nginx/fullchain.pem:ro
- /etc/letsencrypt/live/dbrepo2.ec.tuwien.ac.at/privkey.pem:/etc/nginx/privkey.pem:ro
- /home/demo/dbrepo-tuw/proxy/dbrepo.conf:/etc/nginx/conf.d/default.conf
- /home/demo/dbrepo-tuw/proxy/ssl_passwords.txt:/etc/nginx/ssl_passwords.txt
depends_on:
dbrepo-analyse-service:
condition: service_healthy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment