Skip to content

0zymandia5/Apache-Airflow

Repository files navigation

Podman-Airflow-Celery

Key Features:

  • Celery
  • Python 3.8
  • Apache airflow 2.9.0
  • Ubi8 container base image (RHEL 8)

Requirements

Build Steps

podman build -t tag_name:version .

Execution Steps

Create the db containers first:

podman-compose -f podman-compose-CeleryExecutor.yml up redis postgres

Create the Apache Airflow containers:

podman-compose -f podman-compose-CeleryExecutor.yml up webserver flower scheduler worker

Kill the Apache Airflow containers

podman-compose -f podman-compose-CeleryExecutor.yml kill webserver flower scheduler worker

About

Apache Airflow image running with podman-compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published