Skip to content

Commit b6aaed5

Browse files
committed
Disable health-check until a safe heartbeat endpoint is available
1 parent 8aaec5d commit b6aaed5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docker-compose.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ services:
6262
condition: service_healthy
6363
db:
6464
condition: service_healthy
65-
healthcheck:
66-
test: curl -ks https://localhost/users/login > /dev/null || exit 1
67-
interval: 2s
68-
timeout: 1s
69-
retries: 3
70-
start_period: 30s
71-
start_interval: 30s
65+
# this is now disabled until we have a heartbeat endpoint with no side effects
66+
# healthcheck:
67+
# test: curl -ks https://localhost/users/login > /dev/null || exit 1
68+
# interval: 2s
69+
# timeout: 1s
70+
# retries: 3
71+
# start_period: 30s
72+
# start_interval: 30s
7273
ports:
7374
- "80:80"
7475
- "443:443"

0 commit comments

Comments
 (0)