mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
fix:#59 fixed cert paths and added new nginx conf
This commit is contained in:
@ -39,6 +39,8 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ./reverseproxy.dev.conf:/opt/bitnami/nginx/conf/nginx.conf
|
||||
- ./dev_htwkalender_de.pem:/opt/bitnami/nginx/conf/dev_htwkalender_de.pem
|
||||
- ./dev_htwkalender_de.key.pem:/opt/bitnami/nginx/conf/dev_htwkalender_de.key.pem
|
||||
depends_on:
|
||||
- htwkalender-backend
|
||||
- htwkalender-frontend
|
||||
|
Reference in New Issue
Block a user