Skip to content

Commit 3cf7d6b

Browse files
committed
refactor: 헬스체크 빠르게 시작
1 parent e7685fc commit 3cf7d6b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ services:
4444

4545
healthcheck:
4646
test: ["CMD", "curl", "-f", "http://localhost:8080/actuator/health"]
47-
interval: 15s
47+
interval: 10s
4848
timeout: 10s
4949
retries: 10
50-
start_period: 60s
50+
start_period: 20s
5151
restart: unless-stopped
5252
networks:
5353
- shared-app-monitor-network
@@ -95,10 +95,10 @@ services:
9595

9696
healthcheck:
9797
test: ["CMD", "curl", "-f", "http://localhost:8081/actuator/health"]
98-
interval: 15s
98+
interval: 10s
9999
timeout: 10s
100100
retries: 10
101-
start_period: 60s
101+
start_period: 20s
102102
restart: unless-stopped
103103
networks:
104104
- shared-app-monitor-network

0 commit comments

Comments
 (0)