From e0b862a40160a828c668399488d5590f52d5d891 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 9 May 2022 08:50:52 +0200 Subject: [PATCH] add syno service to consul --- consul_service/syno.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 consul_service/syno.json diff --git a/consul_service/syno.json b/consul_service/syno.json new file mode 100644 index 0000000..0f1447b --- /dev/null +++ b/consul_service/syno.json @@ -0,0 +1,13 @@ +{ + "Service": { + "Name": "syno", + "address": "192.168.1.10", + "port": 5000, + "tags": [ + "traefik.enable=true", + "traefik.http.routers.syno.rule=Host(`syno.ducamps.win`)", + "traefik.http.routers.syno.tls.domains[0].sans=syno.ducamps.win", + "traefik.http.routers.syno.tls.certresolver=myresolver" + ] + } +}