CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

MongoDB connection documentation needs help #7

Closed Ulexus closed 8 years ago

Ulexus commented 9 years ago

@keyscores : "There are different env variables for mongo. So just need examples for using each. I haven't yet managed to get my app to run with this docker image, while a mongo instance runs on the same host."

Ulexus commented 8 years ago

This is better documented, now.

0o-de-lally commented 8 years ago

@Ulexus thanks. BTW how does Git authentication work? For private repos...

Ulexus commented 8 years ago

@keyscores Set the DEPLOY_KEY environment variable to the path of the private key for your SSH authentication. The path should be from the point of view of the container. The systemd unit file example has this setup.