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_PROTOCOL=http
|
||||||
IDENTITY_SERVICE_HOST=auth.example.org
|
IDENTITY_SERVICE_HOST=auth.example.org
|
||||||
IDENTITY_SERVICE_PORT=8080
|
IDENTITY_SERVICE_PORT=8080
|
||||||
|
|
||||||
|
AIS_TAG=1.8.0
|
||||||
|
@@ -5,7 +5,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
identity:
|
identity:
|
||||||
image: alfresco/alfresco-identity-service:1.4.0
|
image: alfresco/alfresco-identity-service:${AIS_TAG}
|
||||||
user: jboss
|
user: jboss
|
||||||
environment:
|
environment:
|
||||||
KEYCLOAK_USER: admin
|
KEYCLOAK_USER: admin
|
||||||
|
Reference in New Issue
Block a user