Compare commits
4 Commits
aims
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
|
96e4ea2d20 | ||
|
0469d435a4 | ||
|
a933edb6bd | ||
366a5121de |
@@ -20,6 +20,7 @@ services:
|
|||||||
- "auth.example.org"
|
- "auth.example.org"
|
||||||
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
|
||||||
@@ -28,3 +29,7 @@ services:
|
|||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
- identity
|
- identity
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
keycloak-volume:
|
||||||
|
driver: local
|
||||||
|
Reference in New Issue
Block a user