add docker registry monitoring

This commit is contained in:
Alex 2024-10-27 22:29:32 +03:00
parent 618ca3c9aa
commit 13723a6bb4
9 changed files with 221 additions and 32 deletions

View file

@ -1,4 +1,4 @@
import os
from pathlib import Path
CONFIG_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / "config.json").resolve()
CONFIG_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / ".." / "config.json").resolve()