Overseer switched to seer

Added thelounge
Added watchtower
Added authentik
Moved excalidraw behind authentik SSO
Removed unused services
This commit is contained in:
2026-04-04 20:11:13 +00:00
parent daa0adfd4f
commit 0b61143bc9
18 changed files with 176 additions and 180 deletions

12
watchtower/compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
#command: --run-once --scope watch
command: --cleanup=true --scope watch
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels: [ "com.centurylinklabs.watchtower.scope=watch" ]