From 75ae5dbd13ddcbc8e0d800ae6f1da25d25f338e0 Mon Sep 17 00:00:00 2001 From: eric-dinh-antithesis Date: Thu, 24 Apr 2025 12:26:00 -0400 Subject: [PATCH] stress: update docker-compose --- stress/docker-compose.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/stress/docker-compose.yaml b/stress/docker-compose.yaml index 13b1149a8..c6e081aac 100644 --- a/stress/docker-compose.yaml +++ b/stress/docker-compose.yaml @@ -1,4 +1,7 @@ services: - workload: - image: us-central1-docker.pkg.dev/molten-verve-216720/turso-repository/limbo-workload:antithesis-latest - command: [ "/bin/limbo_stress" ] + limbo: + container_name: limbo + hostname: limbo + image: limbo:latest + entrypoint: ["/bin/docker-entrypoint.sh"] + command: ["sleep", "infinity"] \ No newline at end of file