formula-traefik/pillar.example

16 lines
236 B
YAML

traefik:
# Start traefik
service: True
# Set user and group for traefik config files and running service
user: traefik
group: traefik
config:
server: True
bind_addr: 0.0.0.0
enable_debug: True
# vim: ft=yaml