Alex A. Naanou bb953f9b7b started work on generating infrastructure....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-12-28 07:37:26 +03:00

16 lines
307 B
YAML

#http:
# routers:
# dashboard:
# entryPoints:
# - traefik
# rule: Host(`<IP>`)
# service: api@internal
## middlewares:
## - auth
## middlewares:
## auth:
## basicAuth:
## users:
## - "test:<password-hash>"
## - "test2:<password-hash>"