diff --git a/examples/async-simulation/docker-compose.override.yaml b/examples/async-simulation/docker-compose.override.yaml new file mode 100644 index 000000000..61034ce69 --- /dev/null +++ b/examples/async-simulation/docker-compose.override.yaml @@ -0,0 +1,15 @@ +# Compose schema version +version: '3.3' + +# Overriding requirements +services: + client: + build: + args: + REQUIREMENTS: examples/async-simulation/requirements.txt + deploy: + replicas: 2 + volumes: + - ${HOST_REPO_DIR:-.}/fedn:/app/fedn + - ${HOST_REPO_DIR:-.}/examples/async-simulation/data:/var/data + - /var/run/docker.sock:/var/run/docker.sock