mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
added host_items method
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user