zxcv
This commit is contained in:
parent
8d5ae79025
commit
33e4a076df
1 changed files with 4 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ services:
|
||||||
PUID: 1001
|
PUID: 1001
|
||||||
UMASK: 002
|
UMASK: 002
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- nauthentik
|
||||||
# env_file:
|
# env_file:
|
||||||
# - .env
|
# - .env
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -46,7 +46,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /DockerVol/Authentik/redis:/data
|
- /DockerVol/Authentik/redis:/data
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- authentik
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
@ -72,6 +72,7 @@ services:
|
||||||
- /DockerVol/Authentik/custom-templates:/templates
|
- /DockerVol/Authentik/custom-templates:/templates
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
- authentik
|
||||||
ports:
|
ports:
|
||||||
- "9080:9000"
|
- "9080:9000"
|
||||||
- "9443:9443"
|
- "9443:9443"
|
||||||
|
|
@ -121,7 +122,7 @@ services:
|
||||||
- /DockerVol/Authentik/certs:/certs
|
- /DockerVol/Authentik/certs:/certs
|
||||||
- /DockerVol/Authentik/custom-templates:/templates
|
- /DockerVol/Authentik/custom-templates:/templates
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- authentik
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgresql
|
- postgresql
|
||||||
- redis
|
- redis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue