Skip to content

abs0lom/docker-meteord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Builder for Meteor applications

Create a Dockerfile on your application with de following lines :

FROM abs0lom/meteord:<tag>

and build the image. It's over.

see on dockerhub

Environment variables

name default value description
PORT 3000 node port. Do not use 80 ! Is not allowed with regular user.
ROOT_URL http://localhost default url for Meteor (see doc for more infos)
MONGO_URL mongodb://localhost:27017/meteor mongo url for Meteor (see doc for more infos). This image don't contain Mongo server.
METEOR_SETTINGS {} put your Meteor settings here. (see doc for more infos)
PM2_PUBLIC_KEY connect pm2 dashboard
PM2_SECRET_KEY connect pm2 dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published