Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Docker deployment #16

Open
8 tasks
lutzmor opened this issue Apr 19, 2017 · 0 comments
Open
8 tasks

Docker deployment #16

lutzmor opened this issue Apr 19, 2017 · 0 comments

Comments

@lutzmor
Copy link
Contributor

lutzmor commented Apr 19, 2017

Integrate docker compilation into a single docker image for deployment to docker cloud or similar

  • Customized base Dockerfile to extend from
    • Base on Debian Jessie
    • Integrate nginx base with ability to read in vhost files from compiled source
    • Integrate forever for handling running the node app
    • Consider using supervisord to handle both runtimes OR context switching containers so a container can server browser or api, but not both. Not sure if a good idea
  • Pre-deploy testing by running locally with docker compose
  • Pushing to remote registry (use docker cloud for now)
  • After deploy, connect to updated container and check for migrations (!! this may warrant moving to another task)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant