fix old portainer .env
This commit is contained in:
parent
743f4b1a15
commit
ed1707a507
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue