Skip to content

Commit 4a454b0

Browse files
committed
bump healthcheck -> 1200s
Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 3833b45 commit 4a454b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ FAST_MODE=false
4444
HEALTHCHECK_INTERVAL="30s"
4545
HEALTHCHECK_TIMEOUT="10s"
4646
HEALTHCHECK_RETRIES=5
47-
HEALTHCHECK_START_PERIOD="900s"
47+
HEALTHCHECK_START_PERIOD="1200s"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
interval: ${HEALTHCHECK_INTERVAL:-30s}
1313
timeout: ${HEALTHCHECK_TIMEOUT:-10s}
1414
retries: ${HEALTHCHECK_RETRIES:-5}
15-
start_period: ${HEALTHCHECK_START_PERIOD:-900s}
15+
start_period: ${HEALTHCHECK_START_PERIOD:-1200s}
1616

1717
frontend:
1818
build:

0 commit comments

Comments
 (0)