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