Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jan 24, 2025
1 parent 86b346f commit 68f930e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ services:
- "traefik.http.routers.mithril-aggregator.tls=true"
- "traefik.http.routers.mithril-aggregator.tls.certresolver=lets-encrypt"
- "traefik.http.routers.mithril-aggregator.middlewares=test-compress"
- "traefik.http.middlewares.test-compress.compress=${COMPRESS_HTTP_RESPONSES}"

mithril-aggregator-relay:
image: ghcr.io/input-output-hk/mithril-relay:${MITHRIL_IMAGE_ID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ services:
- "traefik.http.routers.mithril-aggregator.tls=true"
- "traefik.http.routers.mithril-aggregator.tls.certresolver=lets-encrypt"
- "traefik.http.routers.mithril-aggregator.middlewares=test-compress"
- "traefik.http.middlewares.test-compress.compress=${COMPRESS_HTTP_RESPONSES}"

networks:
default:
Expand Down
4 changes: 3 additions & 1 deletion mithril-infra/assets/docker/traefik/traefik.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[log]
level = "WARN"
level = "DEBUG"

[providers]
[providers.docker]
Expand Down Expand Up @@ -33,3 +33,5 @@
addRoutersLabels = true
addServicesLabels = true

[http.middlewares]
[http.middlewares.test-compress.compress]

0 comments on commit 68f930e

Please sign in to comment.