From 33e4a076dfd515febb560b38c1d589ac6f0ff158 Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 4 Apr 2025 08:04:17 -0500 Subject: [PATCH] zxcv --- authentik.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/authentik.yaml b/authentik.yaml index ac5cdd5..f82abdb 100755 --- a/authentik.yaml +++ b/authentik.yaml @@ -19,7 +19,7 @@ services: PUID: 1001 UMASK: 002 networks: - - netgrimoire + - nauthentik # env_file: # - .env deploy: @@ -46,7 +46,7 @@ services: volumes: - /DockerVol/Authentik/redis:/data networks: - - netgrimoire + - authentik deploy: placement: constraints: @@ -72,6 +72,7 @@ services: - /DockerVol/Authentik/custom-templates:/templates networks: - netgrimoire + - authentik ports: - "9080:9000" - "9443:9443" @@ -121,7 +122,7 @@ services: - /DockerVol/Authentik/certs:/certs - /DockerVol/Authentik/custom-templates:/templates networks: - - netgrimoire + - authentik depends_on: - postgresql - redis