fix portainer paths
This commit is contained in:
parent
ed1707a507
commit
50bd571f79
1 changed files with 5 additions and 5 deletions
|
@ -42,8 +42,8 @@ services:
|
||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
||||||
volumes:
|
volumes:
|
||||||
- ./media:/media
|
- /root/authentik/media:/media
|
||||||
- ./custom-templates:/templates
|
- /root/authentik/custom-templates:/templates
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
|
@ -71,9 +71,9 @@ services:
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./media:/media
|
- /root/authentik/media:/media
|
||||||
- ./certs:/certs
|
- /root/authentik/certs:/certs
|
||||||
- ./custom-templates:/templates
|
- /root/authentik/custom-templates:/templates
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue