0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 14:02:41 +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 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: mongodb:
image: mongo:latest image: mongo:latest
volumes: volumes:
- /your/data/location:/data/db - mongodata:/data/db
homebrewery: homebrewery:
build: build:
context: . context: .