Woodpecker main loop almost finished
This commit is contained in:
parent
312631f0b5
commit
1341b022d4
2 changed files with 14 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import logging
|
||||
from pathlib import Path
|
||||
|
||||
import docker
|
||||
from docker.models.containers import Container
|
||||
|
|
@ -33,3 +34,6 @@ class DockerService:
|
|||
@property
|
||||
def tree(self) -> Tree:
|
||||
return self._tree
|
||||
|
||||
def reload(self, compose_path: Path):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue