feat: add internal_port env var

This commit is contained in:
Herculino Trotta
2025-11-09 15:42:42 -03:00
parent f2abeff31a
commit 5d7dd622f5
6 changed files with 14 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ services:
- ./frontend/:/usr/src/frontend:z
- wygiwyh_temp:/usr/src/app/temp/
ports:
- "${OUTBOUND_PORT}:8000"
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
env_file:
- .env
depends_on: