updated volumes again
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
volumes:
|
volumes:
|
||||||
- authentik_data/postgresql/data:/var/lib/postgresql/data
|
- authentik_postgresql:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${PG_PASS:-Swissbank01}
|
POSTGRES_PASSWORD: ${PG_PASS:-Swissbank01}
|
||||||
POSTGRES_USER: ${PG_USER:-havenuser}
|
POSTGRES_USER: ${PG_USER:-havenuser}
|
||||||
@@ -109,4 +109,7 @@ volumes:
|
|||||||
external: true
|
external: true
|
||||||
authentik_templates:
|
authentik_templates:
|
||||||
name: authentik_templates
|
name: authentik_templates
|
||||||
|
external: true
|
||||||
|
authentik_postgresql:
|
||||||
|
name: authentik_postgresql
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user