-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels