mirror of
https://github.com/zix99/traefik-lazyload.git
synced 2025-12-27 23:46:32 +01:00
722 B
722 B
traefik-lazyloader
Takes advantage of traefik's router priority to proxy to this small application that will manage starting/stopping containers to save resources.
Quick-Start
Config
Labels
lazyloader=true-- (Required) Add to containers that should be managedlazyloader.stopdelay=5m-- Amount of time to wait for idle network traffick before stopping a containerlazyloader.waitforcode=200-- Waits for this HTTP result from downstream before redirecting userlazyloader.waitforpath=/-- Checks this path downstream to check for the process being ready, using thewaitforcode
Features
- Dependencies & groups (eg. shut down DB if all dependent apps are down)
License
GPLv3