Added Caching
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora 2022-01-11 19:03:55 +01:00
parent a130d4bd65
commit 5076a4b3ee

View File

@ -15,5 +15,9 @@ services:
- "traefik.http.routers.startpage.rule=Host(`start.helcel.net`)"
- "traefik.http.routers.startpage.tls=true"
- "traefik.http.services.startpage.loadbalancer.server.port=8080"
- "traefik.http.routers.startpage.middlewares=startpage-cache"
- "traefik.http.middlewares.startpage-cache.plugin.souin.api.souin.enable=true"
- "traefik.http.middlewares.startpage-cache.plugin.souin.default_cache.headers=Content-Type"
- "traefik.http.middlewares.startpage-cache.plugin.souin.default_cache.ttl=900s"
- "traefik.docker.network=external"
restart: always