REPO-3240: TAS: Add Integration TAS tests to build plans (#13)

* REPO-3240: TAS: Add Integration TAS tests to build plans:
 - added docker configuration to support ftp, cifs and imap
This commit is contained in:
aforascu
2018-02-16 10:24:38 +02:00
committed by GitHub
parent 792bab6586
commit ef8bac8c92

View File

@@ -15,9 +15,17 @@ services:
-Dsolr.base.url=/solr
-Dindex.subsystem.name=solr6
-Dalfresco.restApi.basicAuthScheme=true
-Dimap.server.enabled=true
-Dftp.enabled=true
-Dftp.dataPortFrom=30000
-Dftp.dataPortTo=30099
"
ports:
- 8080:8080
- 445:445
- 143:143
- "21:21"
- "30000-30099:30000-30099"
postgres:
image: docker.io/library/postgres:9.4.12