mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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:
|
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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue