We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab79ea2 commit 1842fd5Copy full SHA for 1842fd5
docker-compose.yml
@@ -62,14 +62,13 @@ services:
62
condition: service_healthy
63
db:
64
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
+ healthcheck:
+ test: curl -ks https://localhost/users/heartbeat > /dev/null || exit 1
+ interval: 2s
+ timeout: 1s
+ retries: 3
+ start_period: 30s
+ start_interval: 30s
73
ports:
74
- "80:80"
75
- "443:443"
0 commit comments