Skip to content

Commit

Permalink
Add docker compose override file for async example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Jan 29, 2024
1 parent 6e7957c commit bc24cba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/async-simulation/docker-compose.override.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc24cba

Please sign in to comment.