From e8f0e3a059bd1a98779b8abdec6690a425944fe1 Mon Sep 17 00:00:00 2001 From: Eduardo David Paredes Vara Date: Wed, 3 Dec 2025 14:30:53 +0000 Subject: [PATCH] authentik --- authentik/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 18f23ec..9b61016 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -1,6 +1,7 @@ services: authentik-postgres: image: ${AUTHENTIK_POSTGRES_IMAGE} + container_name: authentik-postgres restart: unless-stopped environment: POSTGRES_PASSWORD: ${AUTHENTIK_DB_PASSWORD} @@ -13,6 +14,7 @@ services: authentik-redis: image: ${AUTHENTIK_REDIS_IMAGE} + container_name: authentik-redis restart: unless-stopped command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] volumes: @@ -22,6 +24,7 @@ services: authentik-server: image: ${AUTHENTIK_IMAGE} + container_name: authentik-server restart: unless-stopped command: ["server"] environment: @@ -74,6 +77,7 @@ services: authentik-worker: image: ${AUTHENTIK_IMAGE} + container_name: authentik-worker restart: unless-stopped command: ["worker"] environment: