Skip to content
Snippets Groups Projects
Verified 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: ...@@ -97,6 +97,7 @@ services:
core: core:
ports: ports:
- "8443:8443" - "8443:8443"
- "8080:8080"
env_file: env_file:
- .env - .env
volumes: volumes:
...@@ -313,8 +314,14 @@ services: ...@@ -313,8 +314,14 @@ services:
networks: networks:
core: core:
public: public:
ports:
- "80:80"
- "443:443"
volumes: 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: depends_on:
dbrepo-analyse-service: dbrepo-analyse-service:
condition: service_healthy condition: service_healthy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment