fix: remove port binding from app service - Coolify Traefik handles routing
This commit is contained in:
+1
-2
@@ -30,8 +30,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: webgis_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT:-3000}:3000"
|
||||
# CATATAN: Tidak perlu 'ports' — Coolify/Traefik handle routing otomatis
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3000
|
||||
|
||||
Reference in New Issue
Block a user