Files
compose_gen/src/docker_compose/__init__.py
2026-01-12 22:24:07 -06:00

7 lines
171 B
Python

from pathlib import Path
ROOT = Path("/nas")
TEMPLATE_ROOT = ROOT.joinpath("templates")
APP_ROOT = ROOT.joinpath("apps")
TRAEFIK_PATH = TEMPLATE_ROOT.joinpath("traefik")