Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 275 Bytes

using_docker_compose.md

File metadata and controls

6 lines (6 loc) · 275 Bytes

Running Airflow with Docker

  1. Install Docker and Docker Compose
  2. Init .env (source .env) and build dbt (cd examples/dags && ./build_manifest.sh)
  3. run docker compose up --force-recreate -d --build
  4. enjoy
  5. run docker compose down --volumes --remove-orphans