change template path
This commit is contained in:
@@ -2,6 +2,6 @@ from pathlib import Path
|
|||||||
|
|
||||||
ROOT = Path("/nas")
|
ROOT = Path("/nas")
|
||||||
DATA_ROOT = ROOT.joinpath("apps")
|
DATA_ROOT = ROOT.joinpath("apps")
|
||||||
CFG_ROOT = ROOT.joinpath("cfg/templates")
|
CFG_ROOT = ROOT.joinpath("docker_templates")
|
||||||
TRAEFIK_PATH = CFG_ROOT.joinpath("traefik")
|
TRAEFIK_PATH = CFG_ROOT.joinpath("traefik")
|
||||||
# TEMPLATE_DIR = CFG_ROOT.joinpath("templates")
|
# TEMPLATE_DIR = CFG_ROOT.joinpath("templates")
|
||||||
|
|||||||
Reference in New Issue
Block a user