Forked to add graphicsmagick
383
REPO and BRANCH)BUNDLE_URL)ADD via environment variable (APP_DIR)MONGO_PORT...) or explicit setting via environment variable (MONGO_URL)MONGO_OPLOG_URL. There were too many potention complications. As a result, unless you explicitly set MONGO_OPLOG_URL, Meteor will fall back to a polling-based approach to database synchronization. Note that oplog tailing requires a working replica set on your MongoDB server as well as access to the local database.PORT); defaults to 80DEPLOY_KEY to the location of your SSH key file)
GITHUB_DEPLOY_KEY is also supported but deprecatedongoworks:spiderable; if there is demand, please create an issue on Github, and I'll see about managing a separate branch for it.Regardless of the version number of the tool included in this package, your application will run on whatever version of Meteor it is configured to run under.
docker run --rm -e ROOT_URL=http://testsite.com -e REPO=https://github.com/yourName/testsite -e BRANCH=testing -e MONGO_URL=mongodb://mymongoserver.com:27017 ulexus/meteor
docker run --rm -e ROOT_URL=http://testsite.com -e APP_DIR=/app -v /home/user/myapp:/app -e MONGO_URL=mongodb:/mymongoserver.com:27017 ulexus/meteor
There is also a sample systemd unit file in the Github repository.
Content type
Image
Digest
sha256:7c6f50e29…
Size
282.5 MB
Last updated
almost 11 years ago
docker pull teknologist/docker-meteor