This commit is contained in:
2024-03-04 15:15:47 +01:00
parent 3036927a45
commit 1698abe2eb
2 changed files with 3 additions and 2 deletions

View File

@@ -14,11 +14,12 @@ services:
env_file: .dev.env
depends_on:
- redis
restart: unless-stopped
ports:
- 1234:8000
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:8000/api/live/"]
test: ['CMD', 'curl', '--fail', 'http://127.0.0.1:8000/api/live/']
interval: 1m
timeout: 3s
retries: 2