mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6723 Added variables for versions
This commit is contained in:
3
rm-community/rm-community-repo/.env
Normal file
3
rm-community/rm-community-repo/.env
Normal file
@@ -0,0 +1,3 @@
|
||||
SOLR6_TAG=1.1.1
|
||||
POSTGRES_TAG=10.1
|
||||
ACTIVEMQ_TAG=5.15.6
|
@@ -38,7 +38,7 @@ services:
|
||||
- "30000-30099:30000-30099"
|
||||
|
||||
postgres:
|
||||
image: library/postgres:10.1
|
||||
image: library/postgres:${POSTGRES_TAG}
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=alfresco
|
||||
- POSTGRES_USER=alfresco
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
- 5432:5432
|
||||
|
||||
solr6:
|
||||
image: alfresco/alfresco-search-services:1.1.1
|
||||
image: alfresco/alfresco-search-services:${SOLR6_TAG}
|
||||
environment:
|
||||
#Solr needs to know how to register itself with Alfresco
|
||||
- SOLR_ALFRESCO_HOST=alfresco
|
||||
|
Reference in New Issue
Block a user