refactor: rebrand project to HartOMat
This commit is contained in:
@@ -475,8 +475,8 @@ async def scale_workers(
|
||||
compose_file = os.path.join(compose_dir, "docker-compose.yml")
|
||||
# Derive project name from compose dir on host (directory name = project name).
|
||||
# Inside the container the compose file is at /compose, but the host project
|
||||
# dir name determines the container naming prefix (e.g. "schaefflerautomat").
|
||||
compose_project = os.environ.get("COMPOSE_PROJECT_NAME", "schaefflerautomat")
|
||||
# dir name determines the container naming prefix (e.g. "hartomat").
|
||||
compose_project = os.environ.get("COMPOSE_PROJECT_NAME", "hartomat")
|
||||
|
||||
def _scale() -> subprocess.CompletedProcess:
|
||||
return subprocess.run(
|
||||
|
||||
Reference in New Issue
Block a user