fix(traefik): 更新consulCatalog配置并移除docker配置
将consulCatalog的exposedByDefault设置为true以启用服务自动发现 移除不再使用的docker provider配置
This commit is contained in:
parent
832c6c5a59
commit
e580872158
@ -4,13 +4,10 @@ entryPoints:
|
||||
|
||||
|
||||
providers:
|
||||
docker:
|
||||
exposedByDefault: true
|
||||
|
||||
consulCatalog:
|
||||
endpoint:
|
||||
address: "ari-consul:8500"
|
||||
exposedByDefault: false
|
||||
exposedByDefault: true
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user