Fix coordinator port target

This commit is contained in:
2026-06-11 03:01:40 -04:00
parent 54d328209f
commit e7fd22f896
+1 -1
View File
@@ -28,7 +28,7 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- "5.0.0.21:8080:8000" - "5.0.0.21:8080:${APP_PORT:-3000}"
environment: environment:
APP_PORT: ${APP_PORT:-8000} APP_PORT: ${APP_PORT:-8000}
POSTGRES_HOST: postgres POSTGRES_HOST: postgres