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

@ -17,6 +17,7 @@ services:
- traefik.http.routers.homeassistant.rule=Host(`homeassistant.jakehoward.tech`)
- traefik.http.routers.homeassistant.tls.certresolver=le
- traefik.http.services.home-assistant-homeassistant.loadbalancer.server.port=8123
- traefik.http.routers.homeassistant.middlewares=compress@file
influxdb:
image: influxdb:1.8-alpine