This commit is contained in:
2025-03-06 16:58:36 +01:00
parent a8b80b223a
commit 6617d56782
3 changed files with 13 additions and 83 deletions

View File

@ -7,7 +7,7 @@ version: "3.4"
#AUTHENTIK_ERROR_REPORTING__ENABLED true
services:
postgresql:
image: docker.io/library/postgres:16-alpine
image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@ -25,7 +25,7 @@ services:
TZ: Europe/Bratislava
redis:
image: docker.io/library/redis:alpine
image: ${DOCKER_REGISTRY:-docker.io/library/}redis:alpine
command: --save 60 1 --loglevel warning
restart: unless-stopped
healthcheck:
@ -37,7 +37,7 @@ services:
volumes:
- redis:/data
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.6.1}
image: ${DOCKER_REGISTRY:-}ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.1}
restart: unless-stopped
command: server
@ -72,7 +72,7 @@ services:
- homepage.widget.url=https://auth.sectorq.eu
- homepage.widget.key=sVOwPPInTue7ZnvolmKG15hkE9gCyLcuAelLOQny6OIVn7JUilny9loPTG0v
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.6.1}
image: ${DOCKER_REGISTRY:-}ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.1}
restart: unless-stopped
command: worker
environment:
@ -99,7 +99,7 @@ services:
- postgresql
- redis
authentik_ldap:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/ldap}:${AUTHENTIK_TAG:-2024.6.1}
image: ${DOCKER_REGISTRY:-}ghcr.io/goauthentik/ldap:${AUTHENTIK_TAG:-2024.6.1}
# Optionally specify which networks the container should be
# might be needed to reach the core authentik server
# networks: