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

@ -33,8 +33,8 @@ services:
build:
dockerfile: Dockerfile
context: ./frontend
target: prod
# command: "npm run dev"
target: dev
command: "npm run dev"
# open port 8000
ports:
- "8000:8000"
@ -44,7 +44,7 @@ services:
rproxy:
image: bitnami/nginx:1.25
volumes:
- ./reverseproxy.dev.conf:/opt/bitnami/nginx/conf/nginx.conf
- ./reverseproxy.local.conf:/opt/bitnami/nginx/conf/nginx.conf
depends_on:
- htwkalender-backend
- htwkalender-frontend