forked from Ivasoft/traefik
Add an ECS provider
This commit is contained in:
@@ -373,6 +373,9 @@ func (server *Server) configureProviders() {
|
||||
if server.globalConfiguration.Eureka != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.Eureka)
|
||||
}
|
||||
if server.globalConfiguration.ECS != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.ECS)
|
||||
}
|
||||
}
|
||||
|
||||
func (server *Server) startProviders() {
|
||||
|
||||
Reference in New Issue
Block a user