Use APP_PORT consistently

This commit is contained in:
2026-05-07 16:25:29 -04:00
parent b57e1c7906
commit 62d82f5344
6 changed files with 15 additions and 12 deletions

View File

@@ -6,6 +6,6 @@ services:
container_name: tictactics
restart: unless-stopped
environment:
PORT: 3000
APP_PORT: ${APP_PORT:-8787}
ports:
- "${APP_PORT:-8787}:3000"
- "${APP_PORT:-8787}:${APP_PORT:-8787}"