added persistence
This commit is contained in:
parent
919d842d61
commit
366a5121de
@ -16,6 +16,7 @@ services:
|
|||||||
KEYCLOAK_STATISTICS: enabled
|
KEYCLOAK_STATISTICS: enabled
|
||||||
volumes:
|
volumes:
|
||||||
- ./keycloak-alfresco-realm.json:/tmp/keycloak-alfresco-realm.json:ro
|
- ./keycloak-alfresco-realm.json:/tmp/keycloak-alfresco-realm.json:ro
|
||||||
|
- keycloak-volume:/opt/jboss/keycloak/standalone/data:rw
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@ -24,3 +25,7 @@ services:
|
|||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
- identity
|
- identity
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
keycloak-volume:
|
||||||
|
driver: local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user