Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #109 from Activiti/dev-update-example
Browse files Browse the repository at this point in the history
updated images with latest release
  • Loading branch information
almerico authored Dec 5, 2019
2 parents 9a25cb3 + f4e4743 commit de80796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IP=Your IP is here(not localhost)
VERSION=7.1.0.M4
VERSION=7.1.0.M5
KEYCLOAK_REALM=activiti
KEYCLOAK_RESOURCE=activiti
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ services:
APP_CONFIG_OAUTH2_CLIENTID: "${KEYCLOAK_REALM}"
API_URL: "http://${DOCKER_IP}"
BASE_PATH: /modeling/
APP_CONFIG_BPM_HOST: "http://${DOCKER_IP}/modeling-service"
APP_CONFIG_BPM_HOST: "http://${DOCKER_IP}"
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: /modeling/assets/silent-refresh.html
APP_CONFIG_OAUTH2_REDIRECT_LOGIN: /modeling
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT: /modeling
Expand Down

0 comments on commit de80796

Please sign in to comment.