docker container for daemons

This commit is contained in:
2026-09-09 18:01:48 +03:00
parent 1aa3085468
commit b4e88a6ff4
7 changed files with 134 additions and 203 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ async def run_enabled_from_config() -> None:
if not daemons:
print("No enabled daemons found in config")
sys.exit(1)
await asyncio.gather(*(d.run() for d in daemons))