Skip to content

Commit

Permalink
Merge pull request #4050 from wkloucek/add-config-volume-keycloak-exa…
Browse files Browse the repository at this point in the history
…mple

add ocis config volume to keycloak deployment example
  • Loading branch information
wkloucek authored Jun 28, 2022
2 parents da489fe + b0b7927 commit cff7d65
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 cff7d65

Please sign in to comment.