Skip to content

Commit

Permalink
pollution-v2: expose webserver on port 1097
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 17, 2024
1 parent bcc58a1 commit 3fa0a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
X_LOG_LEVEL: INFO
X_LOG_LEVEL_LIBS: INFO

X_SERVER_PORT: 1097

X_pollution-v2_TASK_SCHEDULING_MINUTE: "*/10"
X_pollution-v2_TASK_SCHEDULING_HOUR: "*"

Expand Down
2 changes: 1 addition & 1 deletion pollution_v2/infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
<<: *airflow-common
command: webserver
ports:
- "8080:8080"
- "${SERVER_PORT}:8080"
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:8080/health"]
interval: 30s
Expand Down

0 comments on commit 3fa0a3b

Please sign in to comment.