rename ass

This commit is contained in:
Oliver
2025-08-10 17:43:04 -03:00
parent 73d9587e1d
commit 4c93fa132f
20 changed files with 447 additions and 29 deletions

View File

@@ -2,27 +2,14 @@ global:
checkNewVersion: false
sendAnonymousUsage: false
# -- (Optional) Change Log Level and Format here...
# - loglevels [DEBUG, INFO, WARNING, ERROR, CRITICAL]
# - format [common, json, logfmt]
# log:
# level: ERROR
# format: common
# filePath: /var/log/traefik/traefik.log
# -- (Optional) Enable Accesslog and change Format here...
# - format [common, json, logfmt]
accesslog:
# format: common
filePath: /var/log/traefik/access.log
# -- (Optional) Enable API and Dashboard here, don't do in production
api:
dashboard: true
disableDashboardAd: true
insecure: true
# -- Change EntryPoints here...
entryPoints:
web:
address: :80
@@ -97,5 +84,19 @@ http:
trustForwardHeader: true
routers:
saopaulo-router:
rule: "Host(`dev.local`)"
service: saopaulo-service
entryPoints:
- websecure
tls:
certResolver: production
services:
saopaulo-service:
loadBalancer:
servers:
- url: "http://10.5.0.1:8888"