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 99bb3f2 commit d51c452Copy full SHA for d51c452
.github/workflows/build.yaml
@@ -7,8 +7,8 @@ on:
7
branches: [ main ]
8
9
env:
10
- BASE_URL_HOST=localhost:8081
11
- ENABLE_PROXY_FIX=False
+ BASE_URL_HOST: webserver:8081
+ ENABLE_PROXY_FIX: False
12
AIRFLOW_PROJ_DIR: /home/runner/work/AlertFlow/AlertFlow/alertflow
13
AIRFLOW_HOME: /opt/airflow
14
AIRFLOW_PORT: 8081
0 commit comments