fix: disable healthcheck for maintenance worker

This commit is contained in:
Gautier Stefanini 2026-08-13 20:15:54 +00:00
parent fc3c2cb1e5
commit ed10f6b5ed

View file

@ -65,6 +65,8 @@ services:
PYTHONPATH: /app
MAINTENANCE_INTERVAL_SECONDS: "3600"
command: ["python", "scripts/maintenance.py"]
healthcheck:
disable: true
restart: unless-stopped
networks:
- ai-net