Skip to content

Commit

Permalink
Merge pull request #1229 from balena-os/qemu-volume
Browse files Browse the repository at this point in the history
compose: map qemu volume into worker
  • Loading branch information
flowzone-app[bot] authored Oct 9, 2024
2 parents 052f56e + 2e1669d commit e381957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ services:
volumes:
core-storage:
reports-storage:
qemu:
3 changes: 3 additions & 0 deletions docker-compose.qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
volumes:
- "core-storage:/data"
- "reports-storage:/reports"
- "qemu:/run/qemu/"
environment:
- UDEV=0
- WORKER_TYPE=qemu
Expand All @@ -31,5 +32,7 @@ services:
restart: 'no'

core:
volumes:
- "qemu:/run/qemu"
depends_on:
- worker

0 comments on commit e381957

Please sign in to comment.