Glance updates

This commit is contained in:
2025-02-09 21:21:07 -07:00
parent 951531df0c
commit d43f70b68f
8 changed files with 63 additions and 11 deletions

View File

@ -18,6 +18,9 @@ services:
POSTGRES_DB: ${PG_DB:-authentik}
env_file:
- .env
labels:
glance.parent: authentik
glance.name: DB
trout:
image: docker.io/library/redis:alpine
command: --save 60 1 --loglevel warning
@ -30,6 +33,9 @@ services:
timeout: 3s
volumes:
- trout:/data
labels:
glance.parent: authentik
glance.name: Redis
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0}
restart: unless-stopped
@ -51,6 +57,12 @@ services:
depends_on:
- postgresql
- trout
labels:
glance.name: Authentik
glance.icon: si:authentik
glance.url: https://auth.thesatelliteoflove.com/
glance.description: Authentication server
glance.id: authentik
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0}
restart: unless-stopped
@ -78,6 +90,9 @@ services:
depends_on:
- postgresql
- trout
labels:
glance.parent: authentik
glance.name: Worker
volumes:
database: