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: