fix:#59 fixed cert paths and added new nginx conf

This commit is contained in:
Elmar Kresse
2024-04-21 02:36:59 +02:00
parent 66c0151842
commit b1f02c29b5
5 changed files with 91 additions and 5 deletions

View File

@ -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