Merge pull request #4302 from Syiana/patch-1

fix heyform.yaml
This commit is contained in:
🏔️ Peak 2024-11-15 15:34:27 +01:00 committed by GitHub
commit a9750c31cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ services:
- MONGO_URI=mongodb://mongo:27017/heyform
- REDIS_HOST=keydb
- REDIS_PORT=6379
- REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB}
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000 || exit 1"]
interval: 5s