Fixed cbv
This commit is contained in:
parent
8ca668f07e
commit
4c8716cc50
2 changed files with 4 additions and 1 deletions
|
|
@ -36,4 +36,6 @@ class DockerService:
|
|||
return self._tree
|
||||
|
||||
def reload(self, compose_path: Path):
|
||||
pass
|
||||
cmd = ["sudo", "docker", "compose", "-f", str(compose_path), "up", "-d"]
|
||||
# TODO: subprocess
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ dependencies = [
|
|||
"docker>=7.1.0",
|
||||
"injectable==4.0.1",
|
||||
"py-automapper>=2.2.0",
|
||||
"fastapi-utils>=0.8.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue