mirror of
https://github.com/zix99/traefik-lazyload.git
synced 2025-12-21 13:23:04 +01:00
26 lines
669 B
YAML
26 lines
669 B
YAML
# What port to listen on
|
|
listen: :8080
|
|
|
|
# If set, when access via this hostname, will display status page
|
|
statushost: ""
|
|
|
|
# Enable debug logging
|
|
verbose: false
|
|
|
|
# if true, will stop all running tagged containers when the lazyloader starts
|
|
stopatboot: false
|
|
|
|
# which splash-page asset to use
|
|
splash: splash.html
|
|
|
|
# Container defaults
|
|
stopdelay: 5m # How long to wait before stopping container
|
|
pollfreq: 10s # How often to check
|
|
|
|
# Default operation timeout (eg. starting and stopping a container)
|
|
timeout: 30s
|
|
|
|
# This will be the label-prefix to look at settings on a container
|
|
# usually won't need to change (only if running multiple instances)
|
|
labelprefix: lazyloader
|