# BTCQ Docker assets Source-of-truth for the BTCQ Docker pipeline: three Dockerfiles plus a reference compose example. Built and published by `scripts/publish-images.sh`; the compose + example configs are mirrored to `https://downloads.btcq.io/docker/` by `scripts/publish-downloads.sh`. | File | Purpose | |---|---| | `Dockerfile.btcqd` | builds `downloads.btcq.io/btcqd:` from the published RPM | | `Dockerfile.btcq-electrs` | builds `downloads.btcq.io/btcq-electrs:` | | `Dockerfile.btcq-miner` | builds `downloads.btcq.io/btcq-miner:` | | `compose.yaml` | reference compose: btcqd + btcq-electrs together on testnet | | `btcq.conf.example` | sample btcqd config for the compose example | | `btcq-electrs.toml.example` | sample btcq-electrs config for the compose example | For the design rationale and operational details, see `docs/superpowers/specs/2026-04-27-docker-images-design.md` and the "ยง11 Docker registry" section of `hosts/oo.md`.