added host_items method

This commit is contained in:
ladislav.dusa
2023-10-29 16:24:47 +01:00
parent ace635b9b3
commit 2afb0d1515

View File

@ -17,8 +17,7 @@ services:
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
POSTGRES_USER: ${PG_USER:-authentik}
POSTGRES_DB: ${PG_DB:-authentik}
env_file:
- stack.env
redis:
image: docker.io/library/redis:alpine
command: --save 60 1 --loglevel warning
@ -44,8 +43,7 @@ services:
volumes:
- /share/docker_data/authentik/media:/media
- /share/docker_data/authentik/custom-templates:/templates
env_file:
- stack.env
ports:
- "${COMPOSE_PORT_HTTP:-9003}:9000"
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
@ -74,8 +72,7 @@ services:
- /share/docker_data/authentik/media:/media
- /share/docker_data/authentik/certs:/certs
- /share/docker_data/authentik/custom-templates:/templates
env_file:
- stack.env
depends_on:
- postgresql
- redis