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

@@ -4,7 +4,7 @@ services:
container_name: ${SERVER_NAME}
command: /start-single
ports:
- "${OUTBOUND_PORT}:8000"
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
env_file:
- .env
depends_on: