Skip to content

Commit bd84578

Browse files
committed
Updating docker config
1 parent 74471aa commit bd84578

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

config/docker.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"App": {
3+
"database": {
4+
"url": "mongodb://mongodb"
5+
}
6+
}
7+
}

docker-compose.development.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ services:
1515
- /home/app/node_docker/node_modules
1616
mongodb:
1717
image: mongo:3.2.5
18+
ports:
19+
- '27017:27017'

0 commit comments

Comments
 (0)