cleanup: remove quizmaster and leafweb (unused/orphaned), add watchtower monitor-only labels, minor consistency fixes

- quizmaster: removed entirely (test service, no longer used); also removed Portainer stack and /srv/quizmaster data
- leafweb: removed orphaned MSSQL compose file (no running container, no Portainer stack, no data on disk)
- authelia, gitea, couchdb, portainer, immich (server + ml): add com.centurylinklabs.watchtower.monitor-only=true so watchtower still notifies on new versions without auto-applying them
- ladder: restore restart: unless-stopped (was commented out)
- rackpeek: add missing TZ env var
This commit is contained in:
2026-07-20 02:19:32 +00:00
parent 2f1a988ac3
commit f665865762
10 changed files with 14 additions and 33 deletions
+2
View File
@@ -3,6 +3,8 @@ services:
image: couchdb
container_name: couchdb
restart: always
labels:
- com.centurylinklabs.watchtower.monitor-only=true
ports:
- "127.0.0.1:5984:5984"
environment: