Key Features:
- Celery
- Python 3.8
- Apache airflow 2.9.0
- Ubi8 container base image (RHEL 8)
podman build -t tag_name:version .
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