parameterized AIS version
This commit is contained in:
2
.env
2
.env
@@ -4,3 +4,5 @@ PROXY_PORT=8080
|
||||
IDENTITY_SERVICE_PROTOCOL=http
|
||||
IDENTITY_SERVICE_HOST=auth.example.org
|
||||
IDENTITY_SERVICE_PORT=8080
|
||||
|
||||
AIS_TAG=1.8.0
|
||||
|
@@ -5,7 +5,7 @@ version: "3"
|
||||
services:
|
||||
|
||||
identity:
|
||||
image: alfresco/alfresco-identity-service:1.4.0
|
||||
image: alfresco/alfresco-identity-service:${AIS_TAG}
|
||||
user: jboss
|
||||
environment:
|
||||
KEYCLOAK_USER: admin
|
||||
|
Reference in New Issue
Block a user