Explorar el Código

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 hace 4 años
padre
commit
403b416b2a
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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