##// END OF EJS Templates
release of new installer/docker stack updates...
release of new installer/docker stack updates Tons of changes to move towards new rccontrol docker stack based installer

File last commit:

r23:ffcea5dc
r23:ffcea5dc
Show More
traefik.yaml
42 lines | 661 B | text/x-yaml | YamlLexer
## Static configuration, needs traefik reload
entryPoints:
http:
address: ":80"
https:
address: ":443"
# ssh:
# address: ":${RC_SSH_PORT:?must-specify-ssh-port}"
traefik:
address: ":7000"
api:
dashboard: false
insecure: false # change to true to expose dashboard
accessLog: {}
log:
# DEBUG / INFO
level: INFO
metrics:
prometheus: {}
providers:
docker:
exposedByDefault: false
swarmMode: false
file:
filename: "/etc/traefik/traefik_dynamic.yaml"
watch: true
serversTransport:
#this disables SSL certificate verification for legacy own cert services like NextCloud etc
insecureSkipVerify: true