chore: config

This commit is contained in:
mathieu 2024-05-04 10:03:00 +02:00
parent 2dbed09385
commit 11b1ff6d4c

View File

@ -1,19 +1,19 @@
# docker:
# endpoint: "unix:///var/run/docker.sock"
# exposedByDefault: false
http:
services:
service-dsm:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.1.100:5000/"
routers:
dsm:
entryPoints:
- websecure
rule: "Host(`synology.my-domain.fr`)"
service: service-dsm
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
websecure:
address: ":443"
api:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false