mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
added host_items method
This commit is contained in:
@ -17,8 +17,6 @@ services:
|
|||||||
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
||||||
POSTGRES_USER: ${PG_USER:-authentik}
|
POSTGRES_USER: ${PG_USER:-authentik}
|
||||||
POSTGRES_DB: ${PG_DB:-authentik}
|
POSTGRES_DB: ${PG_DB:-authentik}
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:alpine
|
image: docker.io/library/redis:alpine
|
||||||
command: --save 60 1 --loglevel warning
|
command: --save 60 1 --loglevel warning
|
||||||
@ -44,8 +42,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/authentik/media:/media
|
- /share/docker_data/authentik/media:/media
|
||||||
- /share/docker_data/authentik/custom-templates:/templates
|
- /share/docker_data/authentik/custom-templates:/templates
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
ports:
|
ports:
|
||||||
- "${COMPOSE_PORT_HTTP:-9003}:9000"
|
- "${COMPOSE_PORT_HTTP:-9003}:9000"
|
||||||
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
|
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
|
||||||
|
Reference in New Issue
Block a user