We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab87da commit e4bbb75Copy full SHA for e4bbb75
docker-compose-dev.yml
@@ -6,6 +6,7 @@ x-docker-common: &docker-common
6
dockerfile: Dockerfile.test
7
volumes:
8
- ./sqlite:/opt/airflow/sqlite
9
+ - ./logs:/opt/airflow/logs
10
# you can comment out the following line if you don't have service-account.json
11
- ./service-account.json:/opt/airflow/service-account.json
12
environment:
docker-compose.yml
@@ -3,6 +3,7 @@ x-docker-common: &docker-common
3
image: asia-east1-docker.pkg.dev/pycontw-225217/data-team/pycon-etl:latest
4
5
restart: unless-stopped
0 commit comments