We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c35f5 commit b9b0dbdCopy full SHA for b9b0dbd
tasks.py
@@ -40,7 +40,7 @@ def get_compose_command() -> str:
40
# Use local docker-compose.yml file
41
if override_file.exists():
42
return f"docker compose -p infrahub -f {local_compose_file} -f {override_file}"
43
- return f"docker compose -p infrahub -f {local_compose_file}"
+ return f"docker compose -p infrahub-bundle-dc -f {local_compose_file}"
44
45
# Fall back to downloading from infrahub.opsmill.io
46
# Determine the base URL based on edition
0 commit comments