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.
2 parents 9ff6fbc + dcdb958 commit b09ea8aCopy full SHA for b09ea8a
docker-compose.yml
@@ -5,6 +5,8 @@ x-docker-common: &docker-common
5
- ./sqlite:/opt/airflow/sqlite
6
- ./service-account.json:/opt/airflow/service-account.json
7
restart: unless-stopped
8
+ environment:
9
+ AIRFLOW__CORE__EXECUTION_API_SERVER_URL: 'http://airflow-api-server:8080/execution/'
10
logging:
11
driver: json-file
12
options:
@@ -82,7 +84,6 @@ services:
82
84
if [[ -n "$${_AIRFLOW_DB_MIGRATE=}" ]]; then
83
85
airflow db migrate || true
86
fi
- exit 0
87
restart: "no"
88
environment:
89
_AIRFLOW_DB_MIGRATE: 'false'
0 commit comments