1
0
forked from baron/baron-sso

healthcheck 시간 추가

This commit is contained in:
2026-02-09 11:04:48 +09:00
parent 658113d779
commit b49a39f9b2
2 changed files with 14 additions and 5 deletions

View File

@@ -108,7 +108,11 @@ services:
ports:
- "4455:4455" # Proxy
- "4456:4456" # API (Backend 헬스체크용)
healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:4456/health/ready"]
interval: 5s
timeout: 5s
retries: 5
volumes:
ory_postgres_data: