Add GZIP compression to projects which don't natively support it

This commit is contained in:
Jake Howard
2020-09-18 12:42:36 +01:00
parent 092f12459e
commit 2bbc7c715f
6 changed files with 6 additions and 1 deletions

View File

@ -11,3 +11,4 @@ services:
- traefik.enable=true
- traefik.http.routers.gotify.rule=Host(`gotify.jakehoward.tech`)
- traefik.http.routers.gotify.tls.certresolver=le
- traefik.http.routers.gotify.middlewares=compress@file

View File

@ -23,3 +23,4 @@ services:
- traefik.enable=true
- traefik.http.routers.jellyfin.rule=Host(`media.jakehoward.tech`)
- traefik.http.routers.jellyfin.tls.certresolver=le
- traefik.http.routers.jellyfin.middlewares=compress@file

View File

@ -15,6 +15,7 @@ services:
- traefik.enable=true
- traefik.http.routers.tt-rss.rule=Host(`tt-rss.jakehoward.tech`)
- traefik.http.routers.tt-rss.tls.certresolver=le
- traefik.http.routers.tt-rss.middlewares=compress@file
depends_on:
- db
tmpfs: