From ae54ed3d2767534f59eca97108403181dba1afbf Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 4 Dec 2025 20:24:45 +0100 Subject: [PATCH] build --- __swarm/authentik/docker-compose.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/__swarm/authentik/docker-compose.yml b/__swarm/authentik/docker-compose.yml index b4ec871..28aebd7 100755 --- a/__swarm/authentik/docker-compose.yml +++ b/__swarm/authentik/docker-compose.yml @@ -33,7 +33,7 @@ services: wud.watch: false restart: ${RESTART:-unless-stopped} volumes: - - authentik_database:/var/lib/postgresql/data + - database:/var/lib/postgresql/data redis: command: --save 60 1 --loglevel warning healthcheck: @@ -80,12 +80,12 @@ services: wud.watch: true wud.watch.digest: true ports: - - ${COMPOSE_PORT_HTTP:-9003}:9000 - - ${COMPOSE_PORT_HTTPS:-9453}:9443 + - 9003:9000 + - 9453:9443 restart: ${RESTART:-unless-stopped} volumes: - - authentik_media:/media - - authentik_custom-templates:/templates + - media:/media + - templates:/templates - /var/run/docker.sock:/var/run/docker.sock worker: command: worker @@ -108,18 +108,18 @@ services: user: root volumes: - /var/run/docker.sock:/var/run/docker.sock - - authentik_media:/media - - authentik_certs:/certs - - authentik_custom-templates:/templates - + - media:/media + - certs:/certs + - custom-templates:/templates + volumes: - authentik_database: + database: driver: local - authentik_redis: + redis: driver: local - authentik_custom-templates: + custom-templates: driver: local - authentik_media: + media: driver: local - authentik_certs: + certs: driver: local \ No newline at end of file