refactor: заменить Caddy на Traefik v3
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Пример — установщик создаёт shop.yml автоматически
|
||||
http:
|
||||
routers:
|
||||
shop:
|
||||
rule: "Host(`localhost`)"
|
||||
entryPoints: [web]
|
||||
middlewares: [gzip]
|
||||
service: shop
|
||||
middlewares:
|
||||
gzip:
|
||||
compress: {}
|
||||
services:
|
||||
shop:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://app:8080"
|
||||
Reference in New Issue
Block a user