This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 055764cdd9552e382f5a32f2fb0f370297f5cbea Author: Rene Cordier <[email protected]> AuthorDate: Fri Jul 26 15:41:44 2019 +0700 JAMES-2839 Add more clarity to the docker-compose file --- dockerfiles/run/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dockerfiles/run/docker-compose.yml b/dockerfiles/run/docker-compose.yml index 814d930..b9611e3 100644 --- a/dockerfiles/run/docker-compose.yml +++ b/dockerfiles/run/docker-compose.yml @@ -31,13 +31,16 @@ services: image: cassandra:3.11.3 ports: - "9042:9042" + tika: image: logicalspark/docker-tikaserver:1.20 + rabbitmq: image: rabbitmq:3.7.7-management ports: - "5672:5672" - "15672:15672" + swift: image: linagora/openstack-keystone-swift:pike ports: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
