Skip to content

Provide production-ready dockerfile #175

@ctgraham

Description

@ctgraham

Is your feature request related to a problem? Please describe.

We intend to provide a single docker-compose.yml which (when configured with environment variables) can spin up a production stack. Each microservice will have a production Dockerfile which builds one or more a production containers. For the data pipeline this will consist of a web container and a cron container so the UI and task automation can be handled independently.

Describe the solution you'd like

An Apache + WSGI deployment of the Django application on a single port and name,
plus
A python + cron deployment of the same application with a set of default tasks.

Describe alternatives you've considered

n/a

Additional context

n/a

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