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:
@@ -1,2 +1,6 @@
|
|||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
.git
|
||||||
|
Dockerfile
|
||||||
|
docker-compose.yml
|
||||||
|
tests
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"mongodb_uri" : "mongodb://mongodb:27017/homebrewery",
|
|
||||||
"secret" : "secret"
|
|
||||||
}
|
|
||||||
@@ -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: .
|
||||||
|
|||||||
Reference in New Issue
Block a user