This commit is contained in:
Miguel Martinez
2016-06-15 15:10:23 -07:00
parent 3ce3e24a29
commit b0bc60fb2c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ services:
myapp: myapp:
tty: true # Enables debugging capabilities when attached to this container. tty: true # Enables debugging capabilities when attached to this container.
image: gcr.io/bitnami-containers/express:4.13.4-r0 image: gcr.io/bitnami-containers/express:4.13.4-r1
environment: environment:
- DATABASE_URL=mongodb://mongodb:27017/my_app_development - DATABASE_URL=mongodb://mongodb:27017/my_app_development
depends_on: depends_on:

View File

@@ -1,7 +1,7 @@
/* /*
Note: Generated by Bitnami: Note: Generated by Bitnami:
Configuration file showing how to use the built in MongoDB database in your project Configuration file that shows how to use the built in MongoDB database in your project.
based on the examples found here: https://github.com/mongodb/node-mongodb-native Based on the examples found here: https://github.com/mongodb/node-mongodb-native
If you want to use an ODM instead of barebone Node connections, you can install Mongoose If you want to use an ODM instead of barebone Node connections, you can install Mongoose
https://www.npmjs.com/package/mongoose https://www.npmjs.com/package/mongoose