This commit is contained in:
2025-03-23 19:30:44 +01:00
parent a01437b778
commit c9dbda5753
32 changed files with 127 additions and 59 deletions

View File

@ -7,6 +7,7 @@ services:
TZ: Europe/Bratislava
image: ${DOCKER_REGISTRY:-}ghcr.io/goauthentik/ldap:${AUTHENTIK_TAG:-2024.6.1}
labels:
wud.watch: true
wud.watch.digest: true
ports:
- 2389:3389
@ -29,7 +30,7 @@ services:
timeout: 5s
image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine
labels:
wud.watch: false
wud.watch: true
wud.watch.digest: true
restart: ${RESTART:-unless-stopped}
volumes:
@ -46,6 +47,7 @@ services:
timeout: 3s
image: ${DOCKER_REGISTRY:-docker.io/library/}redis:alpine
labels:
wud.watch: true
wud.watch.digest: true
restart: ${RESTART:-unless-stopped}
volumes:
@ -76,6 +78,7 @@ services:
homepage.widget.key: sVOwPPInTue7ZnvolmKG15hkE9gCyLcuAelLOQny6OIVn7JUilny9loPTG0v
homepage.widget.type: authentik
homepage.widget.url: https://auth.sectorq.eu
wud.watch: true
wud.watch.digest: true
ports:
- ${COMPOSE_PORT_HTTP:-9003}:9000
@ -100,6 +103,7 @@ services:
TZ: Europe/Bratislava
image: ${DOCKER_REGISTRY:-}ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.1}
labels:
wud.watch: true
wud.watch.digest: true
restart: ${RESTART:-unless-stopped}
user: root