compose update

This commit is contained in:
tolerryan
2025-05-28 01:14:44 -05:00
parent 43107f4454
commit 36e420080f

View File

@@ -17,7 +17,7 @@ services:
POSTGRES_USER: ${PG_USER:-authentik} POSTGRES_USER: ${PG_USER:-authentik}
POSTGRES_DB: ${PG_DB:-authentik} POSTGRES_DB: ${PG_DB:-authentik}
env_file: env_file:
- .env - docker-compose.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
@@ -45,7 +45,7 @@ services:
- ./media:/media - ./media:/media
- ./custom-templates:/templates - ./custom-templates:/templates
env_file: env_file:
- .env - docker-compose.env
ports: ports:
- "${COMPOSE_PORT_HTTP:-9000}:9000" - "${COMPOSE_PORT_HTTP:-9000}:9000"
- "${COMPOSE_PORT_HTTPS:-9443}:9443" - "${COMPOSE_PORT_HTTPS:-9443}:9443"
@@ -78,7 +78,7 @@ services:
- ./certs:/certs - ./certs:/certs
- ./custom-templates:/templates - ./custom-templates:/templates
env_file: env_file:
- .env - docker-compose.env
depends_on: depends_on:
postgresql: postgresql:
condition: service_healthy condition: service_healthy