Development
This commit is contained in:
parent
3bd98f0c90
commit
52c8577e7c
2 changed files with 5 additions and 1 deletions
|
|
@ -287,6 +287,9 @@ def setup_docker_compose():
|
|||
COMPOSE_FILE.write_text(content)
|
||||
print(f"\n Written: {COMPOSE_FILE}")
|
||||
|
||||
print("\n Stopping existing container...")
|
||||
subprocess.run(["docker", "compose", "down"], cwd=COMPOSE_FILE.parent, check=False)
|
||||
|
||||
print("\n Starting dashboard container...")
|
||||
compose_dir = COMPOSE_FILE.parent
|
||||
result = subprocess.run(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue