Skip to content

Commit

Permalink
test(traefik): pushing new config
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Nov 24, 2023
1 parent ca13e93 commit 4d6a8a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ services:
- "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.configureview.entrypoints=configure"
- "treafik.http.routers.configureview.loadbalancer.server.port=3000"
- "traefik.http.routers.configureview.tls.certresolver=myresolver"
- "traefik.http.routers.languageserver.tls.certresolver=myresolver"

networks:
proxy:
name: proxy
Expand Down

0 comments on commit 4d6a8a1

Please sign in to comment.