init: standalone Traefik config (replaces Coolify-managed coolify-proxy)

This commit is contained in:
Backtalk6858
2026-06-24 21:10:41 -05:00
commit 8d14bb260f
3 changed files with 102 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
global:
checkNewVersion: false
sendAnonymousUsage: false
ping:
entryPoint: http
api:
dashboard: true
insecure: false
log:
level: INFO
entryPoints:
http:
address: :80
http:
encodeQuerySemicolons: true
http2:
maxConcurrentStreams: 250
https:
address: :443
http:
encodeQuerySemicolons: true
http2:
maxConcurrentStreams: 250
http3: {}
providers:
docker:
watch: true
network: coolify
exposedByDefault: false
file:
directory: /traefik/dynamic/
watch: true
certificatesResolvers:
letsencrypt:
acme:
httpChallenge:
entryPoint: http
storage: /traefik/acme.json