Skip to content

Commit

Permalink
add ocis config volume to keycloak deployment example
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jun 28, 2022
1 parent da489fe commit b0b7927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/examples/ocis_keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:
# INSECURE: needed if oCIS / Traefik is using self generated certificates
OCIS_INSECURE: "${INSECURE:-false}"
volumes:
- ocis-config:/etc/ocis
- ocis-data:/var/lib/ocis
labels:
- "traefik.enable=true"
Expand Down Expand Up @@ -137,6 +138,7 @@ services:

volumes:
certs:
ocis-config:
ocis-data:
keycloak_postgres_data:

Expand Down

0 comments on commit b0b7927

Please sign in to comment.