Update docker-compose.yml

This commit is contained in:
Thomas Peterson 2021-03-03 19:02:29 +00:00
parent ddf4f9f60a
commit 99bb88836a

View File

@ -125,16 +125,71 @@ services:
- common
volumes:
templates:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/templates'
styles:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/styles'
shops:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/shops'
packages:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/packages'
plugins:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/plugins'
uploads:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/uploads'
temp:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/temp'
market:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/market'
media:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/media'
mysql:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/mysql'
mongodb:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/mongodb'
networks:
common: