Two self-contained versions of the Pubwhale site as pre-built Docker images — the bilingual headless-WordPress build, and the original WordPress-less site. Runs fully offline: nothing is pulled or compiled.
curl -LO https://pubwhale-dl.demo.hkdeveloper.io/pubwhale-demo-bundle.tar.gz tar -xzf pubwhale-demo-bundle.tar.gz cd pubwhale-demo-bundle ./load.sh # imports images, writes .env docker compose up -d # site :3026 · CMS :8080
CMS login pubwhale / pubwhale-b61e8864cd2c.
The original WordPress-less version:
docker compose -f docker-compose.orig.yml up -d (port 3027).
Already have the archive, or just want to read the config before downloading 854 MB.
| What | Where | down | down -v |
|---|---|---|---|
| Posts, pages, settings, users | db-data volume | survives | destroyed |
| WordPress core + plugins | wp-data volume | survives | destroyed |
| Uploaded media | ./content/uploads | survives | survives |
| Custom post types | ./wordpress/mu-plugins | survives | survives |
| Both frontends | stateless | — | — |
SHA-256 (pubwhale-demo-bundle.tar.gz)
bff19a87c0d375abb7b42bdb14a53ea40bed05c31b76ab37b129622082fd06d3
sha256sum -c SHA256SUMS # macOS: shasum -a 256 -c SHA256SUMS