Add traefik api config

This commit is contained in:
Joey Hafner 2022-11-14 14:41:17 -08:00
parent 6ad27b98da
commit 59f8f19284

View File

@ -0,0 +1,8 @@
http:
routers:
api:
rule: "Host(`traefik.jafner.chat`)"
entryPoints: "websecure"
service: "api@internal"
tls:
certResolver: "lets-encrypt"