2017-07-22 13:14:20 +00:00
|
|
|
version: '3.3'
|
2017-01-12 13:14:25 +00:00
|
|
|
|
2016-12-17 11:10:51 +00:00
|
|
|
services:
|
2017-01-12 13:14:25 +00:00
|
|
|
|
2017-07-22 13:14:20 +00:00
|
|
|
zammad-backup:
|
2017-11-26 20:25:57 +00:00
|
|
|
command: ["zammad-backup"]
|
2017-07-22 13:14:20 +00:00
|
|
|
depends_on:
|
2017-10-02 21:41:16 +00:00
|
|
|
- zammad-railsserver
|
2017-11-26 20:25:57 +00:00
|
|
|
entrypoint: /usr/local/bin/backup.sh
|
|
|
|
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
|
2017-07-22 13:14:20 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
|
|
|
links:
|
|
|
|
- zammad-postgresql
|
|
|
|
restart: always
|
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-backup:/var/tmp/zammad
|
|
|
|
- zammad-data:/opt/zammad
|
2017-07-22 13:14:20 +00:00
|
|
|
|
2017-03-08 18:37:05 +00:00
|
|
|
zammad-elasticsearch:
|
2017-11-26 20:25:57 +00:00
|
|
|
image: ${IMAGE_REPO}:zammad-elasticsearch${VERSION}
|
2017-01-17 13:05:58 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
2017-01-09 14:52:53 +00:00
|
|
|
restart: always
|
2017-07-28 09:50:34 +00:00
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
- elasticsearch-data:/usr/share/elasticsearch/data
|
|
|
|
|
|
|
|
zammad-init:
|
|
|
|
command: ["zammad-init"]
|
|
|
|
depends_on:
|
|
|
|
- zammad-postgresql
|
|
|
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
|
|
|
links:
|
|
|
|
- zammad-elasticsearch
|
|
|
|
- zammad-postgresql
|
|
|
|
restart: on-failure
|
|
|
|
volumes:
|
|
|
|
- zammad-data:/opt/zammad
|
|
|
|
|
|
|
|
zammad-memcached:
|
|
|
|
command: ["zammad-memcached"]
|
|
|
|
image: ${IMAGE_REPO}:zammad-memcached${VERSION}
|
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
|
|
|
restart: always
|
2017-01-12 13:14:25 +00:00
|
|
|
|
2017-03-08 18:37:05 +00:00
|
|
|
zammad-nginx:
|
2017-11-26 20:25:57 +00:00
|
|
|
command: ["zammad-nginx"]
|
2017-01-09 14:52:53 +00:00
|
|
|
depends_on:
|
2017-10-02 21:41:16 +00:00
|
|
|
- zammad-railsserver
|
2017-11-26 20:25:57 +00:00
|
|
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
2017-01-17 13:05:58 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
2017-01-06 12:10:15 +00:00
|
|
|
links:
|
2017-01-12 13:14:25 +00:00
|
|
|
- zammad-railsserver
|
|
|
|
- zammad-websocket
|
2017-01-09 14:52:53 +00:00
|
|
|
restart: always
|
2017-01-06 12:10:15 +00:00
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-data:/opt/zammad
|
2017-01-12 13:14:25 +00:00
|
|
|
|
2017-03-08 18:37:05 +00:00
|
|
|
zammad-postgresql:
|
2017-11-26 20:25:57 +00:00
|
|
|
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
|
2017-01-17 13:05:58 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
2017-01-09 14:52:53 +00:00
|
|
|
restart: always
|
2017-01-12 13:14:25 +00:00
|
|
|
|
|
|
|
zammad-railsserver:
|
2017-11-26 20:25:57 +00:00
|
|
|
command: ["zammad-railsserver"]
|
2017-04-05 20:09:51 +00:00
|
|
|
depends_on:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-memcached
|
2017-10-02 21:41:16 +00:00
|
|
|
- zammad-postgresql
|
2017-11-26 20:25:57 +00:00
|
|
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
2017-01-17 13:05:58 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
2016-12-17 11:10:51 +00:00
|
|
|
links:
|
2017-03-08 18:37:05 +00:00
|
|
|
- zammad-elasticsearch
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-memcached
|
2017-03-08 18:37:05 +00:00
|
|
|
- zammad-postgresql
|
2017-01-12 13:14:25 +00:00
|
|
|
restart: always
|
2017-04-05 20:09:51 +00:00
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-data:/opt/zammad
|
2017-01-12 13:14:25 +00:00
|
|
|
|
|
|
|
zammad-scheduler:
|
2017-11-26 20:25:57 +00:00
|
|
|
command: ["zammad-scheduler"]
|
2017-04-05 20:09:51 +00:00
|
|
|
depends_on:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-memcached
|
2017-10-02 21:41:16 +00:00
|
|
|
- zammad-railsserver
|
2017-11-26 20:25:57 +00:00
|
|
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
2017-01-17 13:05:58 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
2017-01-12 13:14:25 +00:00
|
|
|
links:
|
2017-03-08 18:37:05 +00:00
|
|
|
- zammad-elasticsearch
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-memcached
|
2017-03-08 18:37:05 +00:00
|
|
|
- zammad-postgresql
|
2017-01-09 14:52:53 +00:00
|
|
|
restart: always
|
2017-04-05 20:09:51 +00:00
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-data:/opt/zammad
|
2017-01-12 13:14:25 +00:00
|
|
|
|
|
|
|
zammad-websocket:
|
2017-11-26 20:25:57 +00:00
|
|
|
command: ["zammad-websocket"]
|
2017-04-05 20:09:51 +00:00
|
|
|
depends_on:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-memcached
|
2017-10-02 21:41:16 +00:00
|
|
|
- zammad-railsserver
|
2017-11-26 20:25:57 +00:00
|
|
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
2017-01-17 13:05:58 +00:00
|
|
|
labels:
|
|
|
|
io.rancher.container.pull_image: always
|
2017-01-12 13:14:25 +00:00
|
|
|
links:
|
2017-03-08 18:37:05 +00:00
|
|
|
- zammad-postgresql
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-memcached
|
2017-01-12 13:14:25 +00:00
|
|
|
restart: always
|
2017-04-05 20:09:51 +00:00
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
- zammad-data:/opt/zammad
|
2017-01-12 13:14:25 +00:00
|
|
|
|
2016-12-17 11:10:51 +00:00
|
|
|
volumes:
|
2017-11-26 20:25:57 +00:00
|
|
|
elasticsearch-data:
|
2017-07-22 13:14:20 +00:00
|
|
|
driver: local
|
2017-11-26 20:25:57 +00:00
|
|
|
zammad-backup:
|
2017-01-05 14:35:38 +00:00
|
|
|
driver: local
|
2017-11-26 20:25:57 +00:00
|
|
|
zammad-data:
|
2017-07-28 09:50:34 +00:00
|
|
|
driver: local
|