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 b7ac5e1 commit 4469657Copy full SHA for 4469657
samples/django-channels-redis-postgres/compose.yaml
@@ -18,6 +18,7 @@ services:
18
# wget or curl required for healthchecks on services with a published port
19
# this gets parsed by Defang and provided to the load balancers as well
20
test: ["CMD", "python3", "-c", "import sys, urllib.request; urllib.request.urlopen(sys.argv[1]).read()", "http://localhost:8000/"]
21
+ interval: 10s
22
depends_on:
23
- redis-service
24
- postgres-service
0 commit comments