Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Feb 28, 2024
1 parent 867c18c commit e09bcb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
<<: *common-subtensor
volumes:
- subtensor-volume:/tmp/blockchain
networks:
- subtensor-net

common-bittensor: &common-bittensor
build:
Expand All @@ -30,3 +32,9 @@ services:
<<: *common-bittensor
volumes:
- bitensor-volume:/tmp/bittensor
networks:
- subtensor-net

networks:
subtensor-net:
driver: host

0 comments on commit e09bcb3

Please sign in to comment.