docker-node-mongo
docker-node-mongo copied to clipboard
Sample node and mongo app that uses docker
I was facing MongoNetworkError: failed to connect to server using the cloned repo as it is and running `docker-compose up`, similar to issue #7 . I fixed this error by...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Attempting to run docker-compose up seems to lead to an error showing that npm is not found. Not too sure where to move forward from here. I am using Windows...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.2.8 to 5.7.5. Changelog Sourced from mongoose's changelog. 5.7.5 / 2019-10-14 fix(query): delete top-level _bsontype property in queries to prevent silent empty queries #8222 fix(update): handle subdocument...
here is my docker-compose.yml: ``` version: '3' services: app: container_name: docker-node-mongo restart: always build: . ports: - '3001:3000' # external_links: # - mongo # mongo: # container_name: mongo # image:...
Hello everyone! I dont have any changes after the clone. After running the command: docker-compose up. i got this output: ``` docker-node-mongo | Server running... docker-node-mongo | { MongoNetworkError: failed...
After typing this below command `sudo docker-compose up` Show Error On npm installation ``` npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz failed, reason:...