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

Docker deployment #16

Description

@lutzmor

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions