afds
This commit is contained in:
parent
eb692b47c7
commit
076ccd666f
1 changed files with 8 additions and 8 deletions
|
|
@ -15,8 +15,8 @@ services:
|
||||||
POSTGRES_USER: ${PG_USER:-authentik}
|
POSTGRES_USER: ${PG_USER:-authentik}
|
||||||
POSTGRES_DB: ${PG_DB:-authentik}
|
POSTGRES_DB: ${PG_DB:-authentik}
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
PGID: 1001
|
PGID: 998
|
||||||
PUID: 999
|
PUID: 1001
|
||||||
UMASK: 002
|
UMASK: 002
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
|
@ -36,8 +36,8 @@ services:
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
environment:
|
environment:
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
PGID: 1001
|
PGID: 998
|
||||||
PUID: 999
|
PUID: 1001
|
||||||
UMASK: 002
|
UMASK: 002
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/Baxter/Docker/Authentik/redis:/data
|
- /data/nfs/Baxter/Docker/Authentik/redis:/data
|
||||||
|
|
@ -56,8 +56,8 @@ services:
|
||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
PGID: 1001
|
PGID: 998
|
||||||
PUID: 999
|
PUID: 1001
|
||||||
UMASK: 002
|
UMASK: 002
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/Baxter/Docker/Authentik/media:/media
|
- /data/nfs/Baxter/Docker/Authentik/media:/media
|
||||||
|
|
@ -91,8 +91,8 @@ services:
|
||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
PGID: 1001
|
PGID: 998
|
||||||
PUID: 999
|
PUID: 1001
|
||||||
UMASK: 002
|
UMASK: 002
|
||||||
# `user: root` and the docker socket volume are optional.
|
# `user: root` and the docker socket volume are optional.
|
||||||
# See more for the docker socket integration here:
|
# See more for the docker socket integration here:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue