[api] 포트변경
헬스체크 변경
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
-Duser.timezone=Asia/Seoul
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -fsS http://localhost:8080/actuator/health || exit 1"]
|
||||
test: ["CMD-SHELL", "curl -fsS http://localhost:8106/actuator/health || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user