This commit is contained in:
Владимир Фёдоров 2026-05-04 00:11:07 +07:00
parent af08fcff10
commit 37c6f60a0d

View File

@ -9,8 +9,9 @@ services:
- "8210:8210" - "8210:8210"
- "8220:8220" - "8220:8220"
labels: labels:
- reproxy.ping: "/" - "reproxy.enabled=true"
- reproxy.server: "crabs-games.art" - "reproxy.ping=/"
- reproxy.route: "^/schedule/(.*)" - "reproxy.server=crabs-games.art"
- reproxy.dest: "/$$1" - "reproxy.route=^/schedule/(.*)"
- reproxy.port: "8220" - "reproxy.dest=/$$1"
- "reproxy.port=8220"