Volumes update to have the date in your local filesystem

This commit is contained in:
teawithfruit 2020-02-16 15:36:06 +01:00 committed by GitHub
parent 789eb2cc4b
commit de5721f6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,9 +102,25 @@ services:
volumes:
elasticsearch-data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${PWD}/data/elasticsearch'
postgresql-data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${PWD}/data/postgresql'
zammad-backup:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${PWD}/data/backup'
zammad-data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${PWD}/data/data'