mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
catch-all traefik
This commit is contained in:
14
examples/traefik-dynamic-coolify.yaml
Normal file
14
examples/traefik-dynamic-coolify.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# This is an example dynamic configuration.
|
||||
http:
|
||||
routers:
|
||||
coolify-http:
|
||||
entryPoints:
|
||||
- http
|
||||
service: coolify
|
||||
rule: Host(`coolify.io`)
|
||||
services:
|
||||
coolify:
|
||||
loadBalancer:
|
||||
servers:
|
||||
-
|
||||
url: 'http://coolify:80'
|
||||
Reference in New Issue
Block a user