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 8aaec5d commit b6aaed5Copy full SHA for b6aaed5
docker-compose.yml
@@ -62,13 +62,14 @@ services:
62
condition: service_healthy
63
db:
64
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
+ # this is now disabled until we have a heartbeat endpoint with no side effects
+ # healthcheck:
+ # test: curl -ks https://localhost/users/login > /dev/null || exit 1
+ # interval: 2s
+ # timeout: 1s
+ # retries: 3
+ # start_period: 30s
72
+ # start_interval: 30s
73
ports:
74
- "80:80"
75
- "443:443"
0 commit comments