Skip to content
Snippets Groups Projects
Verified Commit 63874116 authored by Ira ¯\_(ツ)_/¯'s avatar Ira ¯\_(ツ)_/¯
Browse files

Update test environment

parent 3bc86325
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ services:
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
JAVA_OPTS: -Dkeycloak.profile=preview -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=/tmp/master.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING
JAVA_OPTS: -Dkeycloak.profile=preview -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=/tmp/test_conf.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING
volumes:
- ./tmp/master.json:/tmp/master.json
- ./tmp/test_conf.json:/tmp/test_conf.json
- ./tmp/standalone-ha.xml:/opt/jboss/keycloak/standalone/configuration/standalone-ha.xml
ports:
- 8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment