update dockerfile's

This commit is contained in:
MaKarin
2026-04-04 19:53:08 +03:00
parent fed445df7a
commit cf53ab8cf9
4 changed files with 24 additions and 10 deletions

View File

@@ -40,16 +40,11 @@ services:
KEYCLOAK_JWKS_URL: ${KEYCLOAK_JWKS_URL:-}
healthcheck:
test:
[
"CMD",
"node",
"-e",
"fetch('http://127.0.0.1:3000/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))",
]
["CMD", "curl", "-fsS", "http://127.0.0.1:3000/health"]
interval: 15s
timeout: 5s
retries: 5
start_period: 20s
start_period: 90s
expose:
- "3000"
networks: