formula-traefik/pillar.example

16 lines
236 B
Plaintext
Raw Permalink Normal View History

2018-05-17 22:56:06 -04:00
traefik:
# Start traefik
2018-05-17 22:52:46 -04:00
service: True
2018-05-17 22:56:06 -04:00
# Set user and group for traefik config files and running service
user: traefik
group: traefik
2018-05-17 22:52:46 -04:00
config:
server: True
bind_addr: 0.0.0.0
enable_debug: True
# vim: ft=yaml