AriStockAI/traefik/traefik.yml
fanfpy 3ced301ee1 refactor(traefik): 移除API路径前缀并统一服务路由路径
将Traefik的API自定义路径前缀移除,并统一各服务的路由路径格式,从`/api/service`改为`/api-service`,提高路径一致性
2025-07-02 10:47:22 +08:00

14 lines
183 B
YAML

entryPoints:
web:
address: ":80"
providers:
consulCatalog:
endpoint:
address: "ari-consul:8500"
exposedByDefault: true
api:
dashboard: true
insecure: true