Create a Dockerfile
on your application with de following lines :
FROM abs0lom/meteord:<tag>
and build the image. It's over.
see on dockerhub
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 |