Update docker-compose

Updated docker-compose to use one higher level mount instead of 2 lower level mounts. This will also store the debug json locally if imports fail vs having to go into the container.
This commit is contained in:
Dulanic 2021-01-04 07:50:31 -06:00 committed by GitHub
commit 18c4661052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,8 +38,7 @@ services:
db_port: 27017 # The Default port for Mongo DB db_port: 27017 # The Default port for Mongo DB
TZ: America/Anchorage TZ: America/Anchorage
volumes: volumes:
- ./data/img:/app/data/img - ./data:/app/data
- ./data/backups:/app/data/backups
mongo: mongo:
image: mongo image: mongo