Skip to content

Commit

Permalink
feat(traefik): wss routing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Nov 14, 2023
1 parent 898bdaf commit b829bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.languageserver.rule=Host(`${HOSTNAME}`) && Path(`/pyright`)"
- "traefik.http.routers.languageserver.rule=Host(`${HOSTNAME}`) && Path(`/`)"
- "traefik.http.services.languageserver.loadbalancer.server.port=30000"
- "traefik.http.routers.languageserver.entrypoints=ws"
- "traefik.http.routers.languageserver.tls.certresolver=myresolver"
Expand Down

0 comments on commit b829bb1

Please sign in to comment.