feat: add dockcheck update labels and fix Gotify service names
- Add mag37.dockcheck.update labels to audiobookshelf, caddy, gitea services - Fix Gotify container names in Caddyfile routing - Add explicit container names for gotify and igotify-assistant services - Update Authentik to version 2025.6.3 - Fix environment variable format in gotify-compose template 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -86,11 +86,11 @@ home.thesatelliteoflove.com {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gotify.thesatelliteoflove.com {
|
gotify.thesatelliteoflove.com {
|
||||||
reverse_proxy gotify-gotify-1:80
|
reverse_proxy gotify:80
|
||||||
}
|
}
|
||||||
|
|
||||||
gotify-assistant.thesatelliteoflove.com {
|
gotify-assistant.thesatelliteoflove.com {
|
||||||
reverse_proxy gotify-igotify-assistant-1:8080
|
reverse_proxy igotify-assistant:8080
|
||||||
}
|
}
|
||||||
|
|
||||||
pdg.thesatelliteoflove.com {
|
pdg.thesatelliteoflove.com {
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ services:
|
|||||||
glance.icon: si:audiobookshelf
|
glance.icon: si:audiobookshelf
|
||||||
glance.url: https://{{ subdomains.audio }}/
|
glance.url: https://{{ subdomains.audio }}/
|
||||||
glance.description: Audio book server
|
glance.description: Audio book server
|
||||||
|
mag37.dockcheck.update: true
|
||||||
volumes:
|
volumes:
|
||||||
audiobooks:
|
audiobooks:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
glance.parent: authentik
|
glance.parent: authentik
|
||||||
glance.name: Redis
|
glance.name: Redis
|
||||||
server:
|
server:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.3}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
glance.description: Authentication server
|
glance.description: Authentication server
|
||||||
glance.id: authentik
|
glance.id: authentik
|
||||||
worker:
|
worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.3}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ services:
|
|||||||
glance.icon: si:caddy
|
glance.icon: si:caddy
|
||||||
glance.url: https://{{ primary_domain }}/
|
glance.url: https://{{ primary_domain }}/
|
||||||
glance.description: Reverse proxy
|
glance.description: Reverse proxy
|
||||||
|
mag37.dockcheck.update: true
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: {{ docker.hairpin_ip }}
|
ipv4_address: {{ docker.hairpin_ip }}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ services:
|
|||||||
glance.url: https://{{ subdomains.git }}/
|
glance.url: https://{{ subdomains.git }}/
|
||||||
glance.description: Code repo
|
glance.description: Code repo
|
||||||
glance.id: gitea
|
glance.id: gitea
|
||||||
|
mag37.dockcheck.update: true
|
||||||
volumes:
|
volumes:
|
||||||
- gitea:/data
|
- gitea:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
@@ -46,6 +47,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
glance.parent: gitea
|
glance.parent: gitea
|
||||||
glance.name: Worker
|
glance.name: Worker
|
||||||
|
mag37.dockcheck.update: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./runner-config.yaml:/config.yaml
|
- ./runner-config.yaml:/config.yaml
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
image: gotify/server:latest
|
image: gotify/server:latest
|
||||||
|
container_name: gotify
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- gotify_data:/app/data
|
- gotify_data:/app/data
|
||||||
@@ -19,10 +20,11 @@ services:
|
|||||||
igotify-assistant:
|
igotify-assistant:
|
||||||
image: ghcr.io/androidseb25/igotify-notification-assist:latest
|
image: ghcr.io/androidseb25/igotify-notification-assist:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
container_name: igotify-assistant
|
||||||
volumes:
|
volumes:
|
||||||
- igotify_data:/app/data
|
- igotify_data:/app/data
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Denver
|
TZ: America/Denver
|
||||||
depends_on:
|
depends_on:
|
||||||
- gotify
|
- gotify
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
glance.parent: mmdl
|
glance.parent: mmdl
|
||||||
glance.name: DB
|
glance.name: DB
|
||||||
|
mag37.dockcheck.update: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mmdl_db:
|
mmdl_db:
|
||||||
|
|||||||
Reference in New Issue
Block a user