fix: remove port binding from app service - Coolify Traefik handles routing

This commit is contained in:
tistopandita
2026-06-11 16:04:15 +07:00
parent 448fcb54f0
commit df7c1ff116
+1 -2
View File
@@ -30,8 +30,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: webgis_app container_name: webgis_app
restart: unless-stopped restart: unless-stopped
ports: # CATATAN: Tidak perlu 'ports' — Coolify/Traefik handle routing otomatis
- "${APP_PORT:-3000}:3000"
environment: environment:
NODE_ENV: production NODE_ENV: production
PORT: 3000 PORT: 3000