Merge branch 'aims' into aims-persist

This commit is contained in:
Brian Long 2022-11-01 17:54:38 -04:00
commit ac95b938c5
2 changed files with 4 additions and 4 deletions

2
.env
View File

@ -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

View File

@ -1,13 +1,11 @@
# Sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
#
# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose
version: "2.1"
version: "3"
services:
identity:
image: alfresco/alfresco-identity-service:1.4.0
mem_limit: 512m
image: alfresco/alfresco-identity-service:${AIS_TAG}
user: jboss
environment:
KEYCLOAK_USER: admin