- It's easier for the development to have the files in the same folder than in an extra volume
@@ -12,8 +12,8 @@ services:
expose:
- 27017
volumes:
- - wekan-dev-db:/data/db
- - wekan-dev-db-dump:/dump
+ - ./volumes/wekan-db:/data/db
+ - ./volumes/wekan-db-dump:/dump
- /etc/localtime:/etc/localtime:ro
wekan-dev:
@@ -32,4 +32,5 @@ ehthumbs.db
.eslintcache
.meteor/local
.devcontainer/docker-compose.extend.yml
+.devcontainer/volumes*/
.git