3419d90e61
Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
# Пример — установщик создаёт 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"
|