Skip to content

Commit

Permalink
docker compose now mounts airflow volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Knox committed Feb 13, 2019
1 parent 656f877 commit 3840616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- AWS_SECRET_ACCESS_KEY
- CONFIGURATION_APPLICATION_DATABASE_HOST=configurationpg
volumes:
- ./dags:/root/airflow/dags
- ./core/airflow/dags:/root/airflow/dags
- .:/usr/src/app
- $HOME:/root
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 3840616

Please sign in to comment.