Stop reporting the scheduler container as unhealthy

The scheduler inherited the image's healthcheck, which asks the web server
that only the app container runs.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
surtic86
2026-09-18 22:17:35 +02:00
co-authored by Claude Opus 5
parent 0e362447db
commit 9bb144577b
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -83,6 +83,9 @@ services:
image: gitea.nonameweb.ch/nonameweb/sealshare:latest
restart: unless-stopped
entrypoint: ["php", "artisan", "schedule:work"]
# The image's healthcheck asks the web server, which only the app service runs
healthcheck:
disable: true
volumes:
- sealshare_storage:/app/storage/app
- sealshare_database:/app/database/sqlite