community-catalog/templates/zammad/3/rancher-compose.yml
André Bauer 9944e481b0 - added sysctl sidekick for es
- added rancher service and loadbalancer
- added docker image version tag & correct rancher version
- removed "io.rancher.container.pull_image: always" labels
2017-12-19 11:14:29 +01:00

72 lines
1.4 KiB
YAML

.catalog:
name: "Zammad"
version: "2.2.0-12"
description: "Zammad is a web based open source helpdesk/customer support system"
uuid: zammad-1
minimum_rancher_version: v1.2.0
questions:
- variable: "UPDATE_SYSCTL"
label: "Update host sysctl:"
description: |
Set true to avoid vm.max_map_count errors.
WARN: If set true, host param vm.max_map_count will be update to 262144.
default: false
required: true
type: enum
options:
- false
- true
zammad-backup:
scale: 1
start_on_create: true
zammad-elasticsearch:
scale: 1
start_on_create: true
zammad-init:
scale: 1
start_on_create: true
zammad-memcached:
scale: 1
start_on_create: true
zammad-nginx:
scale: 1
start_on_create: true
zammad-postgresql:
scale: 1
start_on_create: true
zammad-scheduler:
scale: 1
start_on_create: true
zammad-railsserver:
scale: 1
start_on_create: true
zammad-websocket:
scale: 1
start_on_create: true
services:
zammad-nginx:
scale: 1
start_on_create: true
drain_timeout_ms: 10000
zammad-lb:
scale: 1
lb_config:
port_rules:
- priority: 1
protocol: http
source_port: 9797
target_port: 80
service: zammad-nginx