fix remaining healthchecks

This commit is contained in:
2026-02-04 20:12:08 +01:00
parent 2a20cce669
commit f955d7382c
14 changed files with 27 additions and 52 deletions

View File

@@ -81,9 +81,3 @@ services:
depends_on:
- authentik-postgres
- authentik-redis
healthcheck:
test: ["CMD-SHELL", "ps aux | grep '[c]elery' || exit 1"]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s