added host_items method

This commit is contained in:
ladislav.dusa
2023-10-29 15:51:56 +01:00
parent 85ab0307be
commit c114df6abf

View File

@ -18,7 +18,7 @@ services:
POSTGRES_USER: ${PG_USER:-authentik}
POSTGRES_DB: ${PG_DB:-authentik}
env_file:
- .env
- /data/.env
redis:
image: docker.io/library/redis:alpine
command: --save 60 1 --loglevel warning
@ -45,7 +45,7 @@ services:
- /share/docker_data/authentik/media:/media
- /share/docker_data/authentik/custom-templates:/templates
env_file:
- .env
- /data/.env
ports:
- "${COMPOSE_PORT_HTTP:-9003}:9000"
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
@ -75,7 +75,7 @@ services:
- /share/docker_data/authentik/certs:/certs
- /share/docker_data/authentik/custom-templates:/templates
env_file:
- .env
- /data/.env
depends_on:
- postgresql
- redis