Suffix Test (#1880)

This commit is contained in:
Yuhong Sun 2024-07-20 15:54:55 -07:00 committed by GitHub
parent 4848b5f1de
commit e95bfa0e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ def start_docker_compose(
print("Starting Docker Compose...")
os.chdir(os.path.dirname(__file__))
os.chdir("../../../../deployment/docker_compose/")
command = f"docker compose -f docker-compose.search-testing.yml -p danswer-stack{run_suffix} up -d"
command = f"docker compose -f docker-compose.search-testing.yml -p danswer-stack-{run_suffix} up -d"
command += " --build"
command += " --force-recreate"