sync
This commit is contained in:
5
src/docker_compose/cfg/__init__.py
Normal file
5
src/docker_compose/cfg/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
CFG_ROOT = Path("/data/cfg")
|
||||
DATA_ROOT = Path("/data")
|
||||
TRAEFIK_PATH = Path("/data/traefik")
|
||||
Reference in New Issue
Block a user