From ed1707a507ff0a8aba7adab13b23c608d414b458 Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:45:58 -0500 Subject: [PATCH] fix old portainer .env --- auth-docker/authentik/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth-docker/authentik/compose.yaml b/auth-docker/authentik/compose.yaml index 4af1599..5c6d821 100644 --- a/auth-docker/authentik/compose.yaml +++ b/auth-docker/authentik/compose.yaml @@ -16,7 +16,7 @@ services: POSTGRES_USER: ${PG_USER:-authentik} POSTGRES_DB: ${PG_DB:-authentik} env_file: - - stack.env + - .env labels: - wud.watch=false redis: @@ -45,7 +45,7 @@ services: - ./media:/media - ./custom-templates:/templates env_file: - - stack.env + - .env ports: - "${COMPOSE_PORT_HTTP:-9000}:9000" - "${COMPOSE_PORT_HTTPS:-9443}:9443" @@ -75,7 +75,7 @@ services: - ./certs:/certs - ./custom-templates:/templates env_file: - - stack.env + - .env depends_on: - postgresql - redis