version: "3.9"
|
|
|
|
services:
|
|
|
|
torrent_client:
|
|
build:
|
|
target: dev
|
|
volumes:
|
|
- ./api:/app/api
|
|
- ./packages:/app/packages
|
|
- ./services/torrent-client:/app/services/torrent-client
|
|
tty: true
|