change docker data dir

feat/api
Lea 2023-06-27 14:36:11 +02:00
parent c91831bf73
commit f8cdf3676d
Signed by: Lea
GPG Key ID: 1BAFFE8347019C42
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
node_modules
.private
.private
db

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules
dist
/.env
/.private
/db

View File

@ -24,7 +24,7 @@ services:
ports:
- 127.0.0.1:27017:27017
volumes:
- ./.private/db:/data/db:rw
- ./db:/data/db:rw
redis:
image: eqalpha/keydb