Update Docker references to GHCR as primary registry
All checks were successful
CI / test (push) Successful in 2m9s

- docker-compose.yml: ghcr.io/manawenuz/btest-rs
- docs/docker.md: GHCR for pull/run examples, both registries documented
- README: GitHub + Gitea issue tracker links
- Version refs updated to 0.6.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-04-01 11:40:28 +04:00
parent 3af40cb275
commit 1cd552d2dc
3 changed files with 13 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
services:
btest-server:
build: .
image: git.manko.yoga/manawenuz/btest-rs:latest
image: ghcr.io/manawenuz/btest-rs:latest
container_name: btest-server
ports:
- "2000:2000/tcp"
@@ -13,7 +13,7 @@ services:
# Server with authentication enabled
btest-server-auth:
build: .
image: git.manko.yoga/manawenuz/btest-rs:latest
image: ghcr.io/manawenuz/btest-rs:latest
container_name: btest-server-auth
ports:
- "2010:2000/tcp"