Fix proxy when specifying PROD=true

This commit is contained in:
Michael Hines
2025-08-25 00:13:37 -05:00
committed by Wirasm
parent 51a8c74525
commit e1d3c6ed20
4 changed files with 11 additions and 8 deletions

View File

@@ -154,6 +154,7 @@ services:
- VITE_ARCHON_SERVER_PORT=${ARCHON_SERVER_PORT:-8181}
- ARCHON_SERVER_PORT=${ARCHON_SERVER_PORT:-8181}
- HOST=${HOST:-localhost}
- PROD=${PROD:-false}
networks:
- app-network
healthcheck: