Skip to content

Commit 5e9ff4d

Browse files
committed
Add healthcheck back for ci containers
1 parent daa7176 commit 5e9ff4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker/docker-compose.ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ services:
2020
- 443
2121
depends_on:
2222
- db
23+
healthcheck:
24+
test: ["CMD", "/bin/check-health"]
25+
interval: 10s
26+
timeout: 3s
2327

2428
fullstack-sqlite:
2529
image: ${IMAGE}:ci-${BUILD_NUMBER}
@@ -33,6 +37,10 @@ services:
3337
- 81
3438
- 80
3539
- 443
40+
healthcheck:
41+
test: ["CMD", "/bin/check-health"]
42+
interval: 10s
43+
timeout: 3s
3644

3745
db:
3846
image: jc21/mariadb-aria

0 commit comments

Comments
 (0)