Merge branch 'dev' into feature-consume-eml

This commit is contained in:
phail
2022-05-20 19:29:52 +02:00
189 changed files with 34855 additions and 17114 deletions

View File

@@ -48,7 +48,7 @@ services:
ports:
- 8000:8000
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s
timeout: 10s
retries: 5