Files
compose_gen/src/docker_compose/cfg/__init__.py
2025-12-18 00:00:05 -06:00

6 lines
118 B
Python

from pathlib import Path
CFG_ROOT = Path("/data/cfg")
DATA_ROOT = Path("/data")
TRAEFIK_PATH = Path("/data/traefik")