fix old portainer .env

This commit is contained in:
rebel onion 2025-06-14 14:45:58 -05:00
parent 743f4b1a15
commit ed1707a507

View file

@ -16,7 +16,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:
- stack.env - .env
labels: labels:
- wud.watch=false - wud.watch=false
redis: redis:
@ -45,7 +45,7 @@ services:
- ./media:/media - ./media:/media
- ./custom-templates:/templates - ./custom-templates:/templates
env_file: env_file:
- stack.env - .env
ports: ports:
- "${COMPOSE_PORT_HTTP:-9000}:9000" - "${COMPOSE_PORT_HTTP:-9000}:9000"
- "${COMPOSE_PORT_HTTPS:-9443}:9443" - "${COMPOSE_PORT_HTTPS:-9443}:9443"
@ -75,7 +75,7 @@ services:
- ./certs:/certs - ./certs:/certs
- ./custom-templates:/templates - ./custom-templates:/templates
env_file: env_file:
- stack.env - .env
depends_on: depends_on:
- postgresql - postgresql
- redis - redis