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:
@@ -1,2 +1,6 @@
|
||||
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:
|
||||
image: mongo:latest
|
||||
volumes:
|
||||
- /your/data/location:/data/db
|
||||
- mongodata:/data/db
|
||||
homebrewery:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user