parameterized LATS version

This commit is contained in:
Brian Long 2022-11-01 16:09:56 -04:00
parent e9186dec84
commit 2dc64b23e4
2 changed files with 2 additions and 1 deletions

1
.env
View File

@ -6,5 +6,6 @@ PROXY_HOST=localhost
PROXY_PORT=8080 PROXY_PORT=8080
ACS_TAG=7.3.0 ACS_TAG=7.3.0
ATE_AIO_TAG=3.0.0
AAMQ_TAG=5.17.1-jre17-centos7 AAMQ_TAG=5.17.1-jre17-centos7
POSTGRES_TAG=13 POSTGRES_TAG=13

View File

@ -34,7 +34,7 @@ services:
- activemq - activemq
transform-core-aio: transform-core-aio:
image: alfresco/alfresco-transform-core-aio:latest image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
postgres-acs: postgres-acs:
image: postgres:${POSTGRES_TAG} image: postgres:${POSTGRES_TAG}