REPO-3061 Move images to quay.io, add compose file for TAS tests

This commit is contained in:
Alex Mukha
2017-12-11 15:02:11 +00:00
parent 4422e4229e
commit b4be5a825f
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
test
+1
View File
@@ -0,0 +1 @@
ALFRESCO_TAG=latest
+43
View File
@@ -0,0 +1,43 @@
version: "3"
services:
alfresco:
image: quay.io/alfresco/alfresco-content-services-community:${ALFRESCO_TAG}
environment:
JAVA_OPTS : "
-Ddb.driver=org.postgresql.Driver
-Ddb.username=alfresco
-Ddb.password=alfresco
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
-Dsolr.host=solr6
-Dsolr.port=8983
-Dsolr.secureComms=none
-Dsolr.base.url=/solr
-Dindex.subsystem.name=solr6
-Dalfresco.restApi.basicAuthScheme=true
"
ports:
- 8080:8080
postgres:
image: docker.io/library/postgres:9.4.12
environment:
- POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco
- POSTGRES_DB=alfresco
ports:
- 5432:5432
solr6:
image: quay.io/alfresco/search-services:1.2.0-SNAPSHOT
environment:
#Solr needs to know how to register itself with Alfresco
- SOLR_ALFRESCO_HOST=alfresco
- SOLR_ALFRESCO_PORT=8080
#Alfresco needs to know how to call solr
- SOLR_SOLR_HOST=solr6
- SOLR_SOLR_PORT=8983
#Create the default alfresco and archive cores
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
ports:
- 8083:8983 #Browser port