- fixed indent
- removed some blanklines - removed defaultVersion parameter again
This commit is contained in:
parent
92a2a7a040
commit
0cbeac0875
@ -1,7 +1,6 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
zammad-backup:
|
zammad-backup:
|
||||||
command: ["zammad-backup"]
|
command: ["zammad-backup"]
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -120,8 +119,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- zammad-data:/opt/zammad
|
- zammad-data:/opt/zammad
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
elasticsearch-data:
|
elasticsearch-data:
|
||||||
driver: local
|
driver: local
|
||||||
|
@ -19,12 +19,12 @@ catalog:
|
|||||||
- true
|
- true
|
||||||
|
|
||||||
- variable: "PUBLISH_PORT"
|
- variable: "PUBLISH_PORT"
|
||||||
label: "Publish port"
|
label: "Publish port"
|
||||||
description: |
|
description: |
|
||||||
Set port to publish the service.
|
Set port to publish the service.
|
||||||
required: true
|
required: true
|
||||||
type: "int"
|
type: "int"
|
||||||
default: 9797
|
default: 9797
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zammad-backup:
|
zammad-backup:
|
||||||
|
@ -2,7 +2,6 @@ name: Zammad
|
|||||||
description: |
|
description: |
|
||||||
Zammad is a web based open source helpdesk/customer support system
|
Zammad is a web based open source helpdesk/customer support system
|
||||||
version: "2.2.0-12"
|
version: "2.2.0-12"
|
||||||
defaultVersion: "2.2.0-12"
|
|
||||||
category: Ticketsystems
|
category: Ticketsystems
|
||||||
maintainer: "Zammad Project <info@zammad.org>"
|
maintainer: "Zammad Project <info@zammad.org>"
|
||||||
projectURL: https://github.com/zammad/zammad
|
projectURL: https://github.com/zammad/zammad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user