Docker compose file and configs to run an Airflow instance
The Dockerfile image used is only an customized version of an official image that I get from Apache.
All you need to do is instal Docker, Docker compose and configure image and/or docker-compose file to suit your needs. I already configured some properties to fit my needs. You can check it in docker-compose file.
The apache official docs on how to docker compose can be found here.