konobangu/packages/testing-torrents
2025-04-08 02:12:06 +08:00
..
src refactor: split out testcontainers-rs-ext 2025-04-05 19:51:59 +08:00
Cargo.toml refactor: split modules 2025-04-08 02:12:06 +08:00
docker-compose.yaml fix: add testing-torrents params 2025-04-05 09:20:51 +08:00
Dockerfile fix: add testing-torrents params 2025-04-05 09:20:51 +08:00
main.ts fix: fix paths 2025-04-05 10:40:48 +08:00
package.json fix: fix paths 2025-04-05 10:40:48 +08:00
pnpm-lock.yaml fix: fix paths 2025-04-05 10:40:48 +08:00
README.md feat: finsih qbit adapter 2025-04-05 14:24:47 +08:00
tsconfig.json fix: temp save 2025-04-05 07:02:47 +08:00

Konobangu Testing Torrents Container

Development

pnpm install --ignore-workspace

Build

docker buildx build --platform linux/amd64 --tag konobangu-testing-torrents:latest --load .

Run

docker run -p 6080:6080 -p 6081:6081 -p 6082:6082 --name konobangu-testing-torrents  konobangu-testing-torrents:latest

Publish

docker tag konobangu-testing-torrents:latest ghcr.io/dumtruck/konobangu-testing-torrents:latest
docker push ghcr.io/dumtruck/konobangu-testing-torrents:latest