buda-base / ao-workflows

Use DAG platform to define and orchestrate workflows
0 stars 0 forks source link

Workflows work under docker on Linux #12

Closed jimk-bdrc closed 3 months ago

jimk-bdrc commented 3 months ago

Fixes #10 This PR brings the code up to running under Docker on Linux - the target production platform. Mostly adjusts volumes in the docker compose.yaml file.

Along the way, separated out the development environment from the production. See the script ./deploy which copies the right material from the dev env into a production home directory for airflow under docker.