add traefik settings to config and use fullDomain

This commit is contained in:
Milo Schwartz
2024-10-22 00:09:27 -04:00
parent 1c4608fbf4
commit 6d9731f071
5 changed files with 45 additions and 52 deletions

View File

@@ -10,6 +10,11 @@ server:
internal_hostname: localhost
secure_cookies: "false"
traefik:
cert_resolver: "letsencrypt"
http_entrypoint: "http"
https_entrypoint: "https"
rate_limit:
window_minutes: "1"
max_requests: "100"