Woodpecker main loop almost finished

This commit is contained in:
Piotr Dec 2025-11-02 22:04:21 +01:00
parent 312631f0b5
commit 1341b022d4
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
2 changed files with 14 additions and 8 deletions

View file

@ -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