Browse Source

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
Martin Filser 4 năm trước cách đây
mục cha
commit
403b416b2a
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 2 2
      .devcontainer/docker-compose.yml
  2. 1 0
      .dockerignore

+ 2 - 2
.devcontainer/docker-compose.yml

@@ -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:

+ 1 - 0
.dockerignore

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