signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
26 lines (23 loc) • 467 B
YAML
# Traefik dynamic configuration
http:
routers:
authelia:
rule: 'Host(`auth.test.localhost`)'
entryPoints:
- websecure
service: authelia
tls: {}
services:
authelia:
loadBalancer:
servers:
- url: 'http://authelia:9091'
tls:
stores:
default:
defaultGeneratedCert:
resolver: default
domain:
main: 'test.localhost'
sans:
- '*.test.localhost'