mirror of
https://codeberg.org/angestoepselt/docker-zammad.git
synced 2025-05-24 14:46:17 +00:00
update to file version 3.2 for bind mount
This commit is contained in:
parent
71b41060d5
commit
b1fd3f17fc
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
version: '3'
|
version: '3.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
@ -19,7 +19,10 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- zammad-backup:/var/tmp/zammad
|
- zammad-backup:/var/tmp/zammad
|
||||||
- zammad-data:/opt/zammad:ro
|
- zammad-data:/opt/zammad:ro
|
||||||
- ${APP_DATA}/scripts/backup.sh:/usr/local/bin/backup.sh:ro
|
- type: bind
|
||||||
|
read_only: true
|
||||||
|
source: ${APP_DATA}/scripts/backup.sh
|
||||||
|
target: /usr/local/bin/backup.sh
|
||||||
|
|
||||||
zammad-elasticsearch:
|
zammad-elasticsearch:
|
||||||
image: bitnami/elasticsearch:8.5.1
|
image: bitnami/elasticsearch:8.5.1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue