Merge pull request #4050 from wkloucek/add-config-volume-keycloak-example
add ocis config volume to keycloak deployment example
This commit is contained in:
@@ -66,6 +66,7 @@ services:
|
|||||||
# INSECURE: needed if oCIS / Traefik is using self generated certificates
|
# INSECURE: needed if oCIS / Traefik is using self generated certificates
|
||||||
OCIS_INSECURE: "${INSECURE:-false}"
|
OCIS_INSECURE: "${INSECURE:-false}"
|
||||||
volumes:
|
volumes:
|
||||||
|
- ocis-config:/etc/ocis
|
||||||
- ocis-data:/var/lib/ocis
|
- ocis-data:/var/lib/ocis
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
@@ -137,6 +138,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
certs:
|
certs:
|
||||||
|
ocis-config:
|
||||||
ocis-data:
|
ocis-data:
|
||||||
keycloak_postgres_data:
|
keycloak_postgres_data:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user