mirror of
https://codeberg.org/angestoepselt/docker-zammad.git
synced 2025-05-24 14:46:17 +00:00
update to last version of official compose file
This commit is contained in:
parent
b030765d12
commit
33287c5832
1 changed files with 6 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ x-shared:
|
|||
image: ${IMAGE_REPO}:${VERSION}
|
||||
restart: ${RESTART}
|
||||
volumes:
|
||||
- zammad-storage:/opt/zammad/storage
|
||||
- zammad-var:/opt/zammad/var
|
||||
depends_on:
|
||||
- zammad-memcached
|
||||
|
|
@ -57,6 +58,7 @@ services:
|
|||
restart: ${RESTART}
|
||||
volumes:
|
||||
- zammad-backup:/var/tmp/zammad
|
||||
- zammad-storage:/opt/zammad/storage:ro
|
||||
- zammad-var:/opt/zammad/var:ro
|
||||
- ./scripts/backup.sh:/usr/local/bin/backup.sh:ro
|
||||
|
||||
|
|
@ -75,6 +77,7 @@ services:
|
|||
user: 0:0
|
||||
volumes:
|
||||
- zammad-config-nginx:/etc/nginx/sites-enabled
|
||||
- zammad-storage:/opt/zammad/storage
|
||||
- zammad-var:/opt/zammad/var
|
||||
|
||||
zammad-memcached:
|
||||
|
|
@ -91,7 +94,7 @@ services:
|
|||
- zammad-railsserver
|
||||
volumes:
|
||||
- zammad-config-nginx:/etc/nginx/sites-enabled:ro
|
||||
- zammad-var:/opt/zammad/var:ro
|
||||
- zammad-var:/opt/zammad/var:ro # required for the zammad-ready check file
|
||||
|
||||
zammad-postgresql:
|
||||
environment:
|
||||
|
|
@ -132,5 +135,7 @@ volumes:
|
|||
driver: local
|
||||
zammad-config-nginx:
|
||||
driver: local
|
||||
zammad-storage:
|
||||
driver: local
|
||||
zammad-var:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue