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 - common
volumes: volumes:
templates: templates:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/templates'
styles: styles:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/styles'
shops: shops:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/shops'
packages: packages:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/packages'
plugins: plugins:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/plugins'
uploads: uploads:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/uploads'
temp: temp:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/temp'
market: market:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/market'
media: media:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/media'
mysql: mysql:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/mysql'
mongodb: mongodb:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/psc/mongodb'
networks: networks:
common: common: