Update docker-compose.prod.yml
Some checks failed
E2E / Test setup (pull_request) Waiting to run
E2E / Playwright tests (pull_request) Blocked by required conditions
TypeCheck / TypeScript Type Check (pull_request) Waiting to run
Build and Deploy Develop Docker Container / Build and deploy webapp container (push) Has been cancelled
Build and Deploy Develop Docker Container / Build and deploy server container (push) Has been cancelled

This commit is contained in:
QT
2026-02-05 23:01:31 +00:00
parent 2c05785096
commit 28a8b0b5d1

View File

@@ -9,7 +9,7 @@ services:
- server
- webapp
ports:
- '${PUBLIC_PROXY_PORT:-80}:80'
- '8085:80'
- '${PUBLIC_PROXY_SSL_PORT:-443}:443'
tty: true
volumes: