Cizz22 1 year ago
parent da4b22dc33
commit 52140ca78e

@ -61,8 +61,8 @@ x-airflow-common:
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
AIRFLOW__CORE__LOAD_EXAMPLES: 'true'
AIRFLOW__API__AUTH_BACKENDS: 'airflow.api.auth.backend.basic_auth,airflow.api.auth.backend.session'
AIRFLOW__WEBSERVER__WEB_SERVER_PORT: '3001'
# AIRFLOW__WEBSERVER__BASE_URL: 'http://192.168.1.82:8000/airflow'
AIRFLOW__WEBSERVER__WEB_SERVER_PORT: '8080'
AIRFLOW__WEBSERVER__BASE_URL: 'http://192.168.1.82:3001'
# AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX: True
# yamllint disable rule:line-length
# Use simple http server on scheduler for health checks
@ -122,7 +122,7 @@ services:
<<: *airflow-common
command: webserver
ports:
- "8080:8080"
- "3001:8080"
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:8080/health"]
interval: 30s

Loading…
Cancel
Save