|
@@ -20,6 +20,10 @@ services:
|
|
|
- 443
|
|
- 443
|
|
|
depends_on:
|
|
depends_on:
|
|
|
- db
|
|
- db
|
|
|
|
|
+ healthcheck:
|
|
|
|
|
+ test: ["CMD", "/bin/check-health"]
|
|
|
|
|
+ interval: 10s
|
|
|
|
|
+ timeout: 3s
|
|
|
|
|
|
|
|
fullstack-sqlite:
|
|
fullstack-sqlite:
|
|
|
image: ${IMAGE}:ci-${BUILD_NUMBER}
|
|
image: ${IMAGE}:ci-${BUILD_NUMBER}
|
|
@@ -33,6 +37,10 @@ services:
|
|
|
- 81
|
|
- 81
|
|
|
- 80
|
|
- 80
|
|
|
- 443
|
|
- 443
|
|
|
|
|
+ healthcheck:
|
|
|
|
|
+ test: ["CMD", "/bin/check-health"]
|
|
|
|
|
+ interval: 10s
|
|
|
|
|
+ timeout: 3s
|
|
|
|
|
|
|
|
db:
|
|
db:
|
|
|
image: jc21/mariadb-aria
|
|
image: jc21/mariadb-aria
|