chore: sync port references and docs to 4000s infra

This commit is contained in:
asepharyana
2026-08-02 16:20:27 +07:00
parent 1d27f67788
commit 39421c39cb
8 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ services:
- .env
environment:
NODE_ENV: production
WEBSERVER_PORT: 4000
WEBSERVER_PORT: 4001
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:4000/api/health"]
test: ["CMD", "wget", "-qO-", "http://localhost:4001/api/health"]
interval: 30s
timeout: 10s
start_period: 15s