diff --git a/compose.yml b/compose.yml index edf4aeb..c0b008a 100644 --- a/compose.yml +++ b/compose.yml @@ -21,6 +21,25 @@ services: retries: 5 start_period: 30s +# Uncomment this if you want to run Worker / Coordinator nodes +# worker: +# image: ghcr.io/ls1intum/storage-benchmarking +# command: worker -d /tmp -g GROUP +# volumes: +# - "worker_data:/tmp" +# environment: +# REDIS_HOST: redis +# REDIS_PORT: 6379 + +# coordinator: +# image: ghcr.io/ls1intum/storage-benchmarking +# command: coordinator -g GROUP1 GROUP2 -f /app/job_files/blocks.ini +# environment: +# REDIS_HOST: redis +# REDIS_PORT: 6379 + volumes: redis_data: driver: local +# worker_data: +# driver: local