Skip to content

Instantly share code, notes, and snippets.

@eladidan
Created January 24, 2018 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eladidan/e820e91e841396286ef2ff56e331e272 to your computer and use it in GitHub Desktop.
Save eladidan/e820e91e841396286ef2ff56e331e272 to your computer and use it in GitHub Desktop.
version: '2'
services:
airflow:
image: puckel/docker-airflow:1.8.0
restart: always
environment:
- LOAD_EX=n
- EXECUTOR=Local
volumes:
- ./etl/data:/usr/local/airflow/data.sqlite3
- ./etl/dags:/usr/local/airflow/dags
- ./etl/transformations:/usr/local/airflow/transformations
ports:
- 8080:8080
command: webserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment