1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-11 07:45:56 +00:00

Update according to change request

This commit is contained in:
Schemen
2018-08-21 21:23:16 +02:00
committed by Rae2che5
parent d35db1f702
commit 8d217f8785
3 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,6 @@
node_modules
npm-debug.log
npm-debug.log
.git
Dockerfile
docker-compose.yml
tests

View File

@@ -1,4 +0,0 @@
{
"mongodb_uri" : "mongodb://mongodb:27017/homebrewery",
"secret" : "secret"
}

View File

@@ -3,7 +3,7 @@ services:
mongodb:
image: mongo:latest
volumes:
- /your/data/location:/data/db
- mongodata:/data/db
homebrewery:
build:
context: .