stress: update docker-compose

This commit is contained in:
eric-dinh-antithesis
2025-04-24 12:26:00 -04:00
parent 8390233b99
commit 75ae5dbd13

View File

@@ -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"]