fix: disable healthcheck for maintenance worker
This commit is contained in:
parent
fc3c2cb1e5
commit
ed10f6b5ed
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue