chore: update ports to 4000-range (4000/4001)

This commit is contained in:
asepharyana
2026-08-02 14:30:54 +07:00
parent dbcf9d68f2
commit d1e6f3b47a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ services:
- .env
environment:
NODE_ENV: production
WEBSERVER_PORT: 3000
WEBSERVER_PORT: 4000
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/health"]
test: ["CMD", "wget", "-qO-", "http://localhost:4000/api/health"]
interval: 30s
timeout: 10s
start_period: 15s