version: '2'
services:
torrents-csv:
build: .
command: bash -c "cd /usr/app/server/service; cargo run --release"
ports:
- "8080:8080"