https://github.com/a-poor/airflow-minimal
A minimal airflow docker image
https://github.com/a-poor/airflow-minimal
Last synced: 4 months ago
JSON representation
A minimal airflow docker image
- Host: GitHub
- URL: https://github.com/a-poor/airflow-minimal
- Owner: a-poor
- License: gpl-3.0
- Created: 2020-09-10T02:11:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T14:05:29.000Z (over 5 years ago)
- Last Synced: 2026-01-22T16:34:15.760Z (5 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/austinpoor/airflow-minimal
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# airflow-minimal
_created by Austin Poor_
A minimal [Airflow](https://airflow.apache.org/) docker image.
Runs the basic airflow scheduler and webserver on port `8080`.
The default airflow directory is `/root/airflow`. To add custom DAGs, they can either be coppied or mounted to `/root/airflow/dags`.