diff --git a/tests/environment/.env b/tests/environment/.env index 45fee1ed9d..cf22ef8341 100644 --- a/tests/environment/.env +++ b/tests/environment/.env @@ -7,6 +7,7 @@ ACTIVEMQ_TAG=5.16.7-jre17-rockylinux8 KEYCLOAK_TAG=24.0.3 SYNC_SERVICE_TAG=3.11.3 ES_TAG=7.10.1 +ACS_NGINX_TAG=3.4.2 #By default the connector tag is set to the value of `dependency.elasticsearch-shared.version` maven property. #Following env variable allow you to override this value. It is useful for testing. It should be left blank on the main branch. ES_CONNECTOR_TAG= diff --git a/tests/environment/docker-compose-pipeline-all-amps.yml b/tests/environment/docker-compose-pipeline-all-amps.yml index 16a9700546..c9022662e9 100644 --- a/tests/environment/docker-compose-pipeline-all-amps.yml +++ b/tests/environment/docker-compose-pipeline-all-amps.yml @@ -165,8 +165,11 @@ services: BASE_PATH: ./ proxy: - image: alfresco/alfresco-acs-nginx:3.0.1 + image: alfresco/alfresco-acs-nginx:${ACS_NGINX_TAG} mem_limit: 128m + environment: + DISABLE_CONTROL_CENTER: "true" + DISABLE_PROMETHEUS: "true" depends_on: - alfresco - digital-workspace