working traefik

This commit is contained in:
Oliver
2025-08-30 09:53:31 +02:00
parent 9726dc0060
commit 86acea94b9
29 changed files with 378 additions and 81 deletions

View File

@@ -6,9 +6,9 @@ accesslog:
filePath: /var/log/traefik/access.log
api:
dashboard: true
dashboard: false
disableDashboardAd: true
insecure: true
insecure: false
entryPoints:
web:
@@ -29,9 +29,6 @@ entryPoints:
readTimeout: 0
writeTimeout: 0
idleTimeout: 42
# -- (Optional) Add custom Entrypoint
# custom:
# address: :8080
# -- Configure your CertificateResolver here...
certificatesResolvers:
@@ -85,16 +82,16 @@ http:
routers:
saopaulo-router:
rule: "Host(`dev.local`)"
service: saopaulo-service
api-router:
rule: "Host(`{{HOSTNAME}}.odoo4projects.com`)"
service: api-service
entryPoints:
- websecure
tls:
certResolver: production
services:
saopaulo-service:
api-service:
loadBalancer:
servers:
- url: "http://10.5.0.1:8888"