Skip to content

fruitl00p/meteor-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MeteorJS Docker image

This is a basic MeteorJS docker image with a provided docker-compose.yml as an example.

Example: Orion

To build an orionCMS project, one could have the following structure:

.
β”œβ”€β”€ bin
β”‚Β Β  └── meteor
β”œβ”€β”€ docker
β”‚Β Β  β”œβ”€β”€ docker-compose.yml
β”‚Β Β  └── Dockerfile
└── src
    β”œβ”€β”€ app.css
    β”œβ”€β”€ app.html
    β”œβ”€β”€ app.js
    └──.meteor
     Β Β  β”œβ”€β”€ .finished-upgraders
     Β Β  β”œβ”€β”€ .gitignore
     Β Β  β”œβ”€β”€ .id
     Β Β  β”œβ”€β”€ packages
     Β Β  β”œβ”€β”€ platforms
     Β Β  β”œβ”€β”€ release
     Β Β  └── versions

The bin/meteor would be a docker command for running meteor using this image:

docker-compose -f ../docker/docker-compose.yml run web meteor $*

You could strip the Dockerfile and move the docker-compose.yml into the root, this is just an example.

The src is essentially your app

Installing orion

./bin/meteor add orionjs:core etc

Feedback

Please post an issue on the issuetracker!

About

A Meteor - docker container

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors