diff --git a/templates/zammad/1/docker-compose.yml.tpl b/templates/zammad/1/docker-compose.yml.tpl index d32086d..b8815ea 100644 --- a/templates/zammad/1/docker-compose.yml.tpl +++ b/templates/zammad/1/docker-compose.yml.tpl @@ -1,7 +1,6 @@ version: '2' services: - zammad-backup: command: ["zammad-backup"] depends_on: @@ -120,8 +119,6 @@ services: volumes: - zammad-data:/opt/zammad - - volumes: elasticsearch-data: driver: local diff --git a/templates/zammad/1/rancher-compose.yml b/templates/zammad/1/rancher-compose.yml index 05459c1..24aa949 100644 --- a/templates/zammad/1/rancher-compose.yml +++ b/templates/zammad/1/rancher-compose.yml @@ -19,12 +19,12 @@ catalog: - true - variable: "PUBLISH_PORT" - label: "Publish port" - description: | - Set port to publish the service. - required: true - type: "int" - default: 9797 + label: "Publish port" + description: | + Set port to publish the service. + required: true + type: "int" + default: 9797 services: zammad-backup: diff --git a/templates/zammad/config.yml b/templates/zammad/config.yml index d015304..72d0a73 100644 --- a/templates/zammad/config.yml +++ b/templates/zammad/config.yml @@ -2,7 +2,6 @@ name: Zammad description: | Zammad is a web based open source helpdesk/customer support system version: "2.2.0-12" -defaultVersion: "2.2.0-12" category: Ticketsystems maintainer: "Zammad Project " projectURL: https://github.com/zammad/zammad