Skip to content

Instantly share code, notes, and snippets.

@khanhkhuu
Last active July 25, 2024 06:39
Show Gist options
  • Save khanhkhuu/7430ac168703ddcd34dc814a96e02f8f to your computer and use it in GitHub Desktop.
Save khanhkhuu/7430ac168703ddcd34dc814a96e02f8f to your computer and use it in GitHub Desktop.
Airflow - Installer
mkdir -p ./dags ./logs ./plugins ./config
echo -e "AIRFLOW_UID=$(id -u)" > .env
wget 'https://gist.githubusercontent.com/khanhkhuu/8163c383d2637192a8f2ce31eafe1221/raw/f31de5e28e9995a6773ad9a3a4c3c94420f74f84/docker-compose.yaml'
docker compose up airflow-init
docker compose up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment