removed multiple workers as they do not work well with flask

This commit is contained in:
2026-04-22 13:29:23 +02:00
parent 5f3c66ab3d
commit 9f4007c0e9
3 changed files with 2 additions and 6 deletions

View File

@@ -31,10 +31,6 @@ services:
condition: service_started
restart: on-failure
redis:
image: redis:alpine
restart: unless-stopped
prometheus:
image: prom/prometheus:latest
restart: unless-stopped