udpate for coming soon

This commit is contained in:
diyaa
2026-03-13 03:45:13 +01:00
parent 243a182d33
commit cdf83cd466
32 changed files with 907 additions and 143 deletions
+2 -1
View File
@@ -14,8 +14,9 @@ services:
NODE_ENV: ${NODE_ENV:-production}
PORT: 3000
HOSTNAME: 0.0.0.0
NEXT_TELEMETRY_DISABLED: ${NEXT_TELEMETRY_DISABLED:-1}
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:3000 || exit 1"]
test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:3000/api/health || exit 1"]
interval: 10s
timeout: 5s
retries: 5