mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -15,9 +15,17 @@ services:
|
|||||||
-Dsolr.base.url=/solr
|
-Dsolr.base.url=/solr
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
-Dalfresco.restApi.basicAuthScheme=true
|
-Dalfresco.restApi.basicAuthScheme=true
|
||||||
|
-Dimap.server.enabled=true
|
||||||
|
-Dftp.enabled=true
|
||||||
|
-Dftp.dataPortFrom=30000
|
||||||
|
-Dftp.dataPortTo=30099
|
||||||
"
|
"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
- 445:445
|
||||||
|
- 143:143
|
||||||
|
- "21:21"
|
||||||
|
- "30000-30099:30000-30099"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/library/postgres:9.4.12
|
image: docker.io/library/postgres:9.4.12
|
||||||
|
Reference in New Issue
Block a user