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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user