Development volumes now in the same folder

- It's easier for the development to have the files in the same folder
  than in an extra volume
This commit is contained in:
Martin Filser 2021-06-11 11:16:23 +02:00
parent b0901ccd01
commit 403b416b2a
2 changed files with 3 additions and 2 deletions

View file

@ -12,8 +12,8 @@ services:
expose: expose:
- 27017 - 27017
volumes: volumes:
- wekan-dev-db:/data/db - ./volumes/wekan-db:/data/db
- wekan-dev-db-dump:/dump - ./volumes/wekan-db-dump:/dump
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
wekan-dev: wekan-dev:

View file

@ -32,4 +32,5 @@ ehthumbs.db
.eslintcache .eslintcache
.meteor/local .meteor/local
.devcontainer/docker-compose.extend.yml .devcontainer/docker-compose.extend.yml
.devcontainer/volumes*/
.git .git