Skip to content

Commit

Permalink
removed parts of the traefik config making traefik very unhappy
Browse files Browse the repository at this point in the history
This allows us to have the site publicly accessible
  • Loading branch information
CommanderStorm authored May 13, 2024
1 parent 5ea37ac commit ec9d1a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ services:
- "traefik.http.routers.backend.tls.certresolver=leacme"
- "traefik.http.routers.backend.rule=Host(`newapi.tum.app`)"
- "traefik.http.services.backend.loadbalancer.server.port=50051"

- "traefik.http.routers.backend_h2.entrypoints=webs"
- "traefik.http.routers.backend_h2.tls.certresolver=leacme"
- "traefik.http.routers.backend_h2.rule=Host(`newapi.tum.app`) && Headers(`Content-Type`, `application/grpc`)"
- "traefik.http.services.backend_h2.loadbalancer.server.scheme=h2c"
- "traefik.http.services.backend_h2.loadbalancer.server.port=50051"
networks:
- traefik_traefik
expose:
Expand Down

0 comments on commit ec9d1a7

Please sign in to comment.