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 6899a39 commit 3d6eb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ services:
- "traefik.http.routers.languageserver.tls.certresolver=myresolver"

- "traefik.http.routers.configureview.entrypoints=configure"
- "traefik.http.routers.configureview.entrypoints=ws"
- "traefik.http.routers.configureview.rule=Host(`${HOSTNAME}`) && PathPrefix(`/create`)"
- "treafik.http.services.configureview.loadbalancer.server.port=3000"
- "traefik.http.routers.configureview.tls.certresolver=myresolver"
Expand Down

0 comments on commit 3d6eb9d

Please sign in to comment.