init: standalone Traefik config (replaces Coolify-managed coolify-proxy)
This commit is contained in:
+44
@@ -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
|
||||
Reference in New Issue
Block a user