Merge pull request #35 from t3easy/elasticsearch-volume

Create a named volume vor elasticsearch db
This commit is contained in:
André Bauer 2017-07-28 12:34:39 +02:00 committed by GitHub
commit cd2495065c

View File

@ -32,6 +32,8 @@ services:
labels:
io.rancher.container.pull_image: always
restart: always
volumes:
- data-elasticsearch:/usr/share/elasticsearch/data
zammad-nginx:
depends_on:
@ -100,3 +102,5 @@ volumes:
driver: local
data-zammad:
driver: local
data-elasticsearch:
driver: local