Skip to content

Commit

Permalink
fix traefix routing config for website
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Jan 3, 2024
1 parent 117f3af commit 36c7f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
labels:
- "traefik.enable=true"
# The domain the service will respond to
- "traefik.http.routers.demo.rule=Host(`perses.dev`)"
- "traefik.http.routers.demo.tls.certresolver=myresolver"
- "traefik.http.routers.website.rule=Host(`perses.dev`)"
- "traefik.http.routers.website.tls.certresolver=myresolver"

demo:
image: "docker.io/persesdev/perses:main-2023-12-19-6a7acd38-distroless"
Expand Down

0 comments on commit 36c7f69

Please sign in to comment.