authentik

This commit is contained in:
Eduardo David Paredes Vara
2025-12-03 14:30:53 +00:00
parent 242a3b7e68
commit e8f0e3a059

View File

@@ -1,6 +1,7 @@
services: services:
authentik-postgres: authentik-postgres:
image: ${AUTHENTIK_POSTGRES_IMAGE} image: ${AUTHENTIK_POSTGRES_IMAGE}
container_name: authentik-postgres
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_PASSWORD: ${AUTHENTIK_DB_PASSWORD} POSTGRES_PASSWORD: ${AUTHENTIK_DB_PASSWORD}
@@ -13,6 +14,7 @@ services:
authentik-redis: authentik-redis:
image: ${AUTHENTIK_REDIS_IMAGE} image: ${AUTHENTIK_REDIS_IMAGE}
container_name: authentik-redis
restart: unless-stopped restart: unless-stopped
command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"]
volumes: volumes:
@@ -22,6 +24,7 @@ services:
authentik-server: authentik-server:
image: ${AUTHENTIK_IMAGE} image: ${AUTHENTIK_IMAGE}
container_name: authentik-server
restart: unless-stopped restart: unless-stopped
command: ["server"] command: ["server"]
environment: environment:
@@ -74,6 +77,7 @@ services:
authentik-worker: authentik-worker:
image: ${AUTHENTIK_IMAGE} image: ${AUTHENTIK_IMAGE}
container_name: authentik-worker
restart: unless-stopped restart: unless-stopped
command: ["worker"] command: ["worker"]
environment: environment: