mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
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:
parent
b0901ccd01
commit
403b416b2a
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue