RM-6723 Added variables for versions

This commit is contained in:
rlucanu
2019-04-05 16:07:53 +03:00
parent 5c2c54a4cd
commit a8c7e8540e
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
SOLR6_TAG=1.1.1
POSTGRES_TAG=10.1
ACTIVEMQ_TAG=5.15.6

View File

@@ -38,7 +38,7 @@ services:
- "30000-30099:30000-30099" - "30000-30099:30000-30099"
postgres: postgres:
image: library/postgres:10.1 image: library/postgres:${POSTGRES_TAG}
environment: environment:
- POSTGRES_PASSWORD=alfresco - POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco - POSTGRES_USER=alfresco
@@ -47,7 +47,7 @@ services:
- 5432:5432 - 5432:5432
solr6: solr6:
image: alfresco/alfresco-search-services:1.1.1 image: alfresco/alfresco-search-services:${SOLR6_TAG}
environment: environment:
#Solr needs to know how to register itself with Alfresco #Solr needs to know how to register itself with Alfresco
- SOLR_ALFRESCO_HOST=alfresco - SOLR_ALFRESCO_HOST=alfresco