refactor(libstack): move library to portainer [EE-5474] (#9120)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package compose
|
||||
|
||||
import (
|
||||
"github.com/portainer/portainer/pkg/libstack"
|
||||
"github.com/portainer/portainer/pkg/libstack/compose/internal/composeplugin"
|
||||
)
|
||||
|
||||
// NewComposeDeployer will try to create a wrapper for docker-compose plugin
|
||||
func NewComposeDeployer(binaryPath, configPath string) (libstack.Deployer, error) {
|
||||
return composeplugin.NewPluginWrapper(binaryPath, configPath)
|
||||
}
|
||||
Reference in New Issue
Block a user