We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94a10f commit 6c47bafCopy full SHA for 6c47baf
compose.yaml
@@ -36,30 +36,23 @@ services:
36
environment:
37
- APP_ENV=${APP_ENV}
38
- BACKEND_PORT=${BACKEND_PORT}
39
-
40
- AWS_REGION
41
- AWS_ACCESS_KEY_ID
42
- AWS_SECRET_ACCESS_KEY
43
44
- BUCKETNAME
45
46
- USER_ENCRYPTION_KEY
47
48
- GMAIL_EMAIL
49
- GMAIL_PASSWORD
50
51
- STRIPE_SECRET_KEY
52
53
- REDIS_ADDR
54
- REDIS_DB
55
- REDIS_PASSWORD
56
57
- FRONTEND_ORIGIN=frontend:${PORT}
58
healthcheck:
59
- test: ["CMD", "curl", "-f", "http://localhost:${BACKEND_PORT}/healthz"]
60
- interval: 30s
61
- timeout: 10s
62
- retries: 3
+ test: ["CMD", "curl", "-f", "http://backend:${BACKEND_PORT}/healthz"]
+ interval: 60s
+ timeout: 30s
+ retries: 5
63
64
redis:
65
image: redis:latest
0 commit comments