Skip to content

Commit

Permalink
fix: airflow on websecure router
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 2, 2023
1 parent 0a6584c commit 1069733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.airflow.rule=Host(`airflow.${PUBLIC_HOSTNAME}`)"
- "traefik.http.routers.airflow.entrypoints=http"
- "traefik.http.routers.airflow.entrypoints=websecure"
- "traefik.http.routers.airflow.tls.certresolver=main"
depends_on:
<<: *airflow-common-depends-on
Expand Down

0 comments on commit 1069733

Please sign in to comment.