Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Nov 20, 2023
1 parent 1cc20c8 commit 6fdfa54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stack_orchestrator/deploy/compose/deploy_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@

class DockerDeployer(Deployer):
name: str = "compose"
type: str

def __init__(self, type, deployment_dir, compose_files, compose_project_name, compose_env_file) -> None:
self.docker = DockerClient(compose_files=compose_files, compose_project_name=compose_project_name,
compose_env_file=compose_env_file)
self.type = type

def up(self, detach, services):
try:
Expand Down

0 comments on commit 6fdfa54

Please sign in to comment.