Sync reading position from Moon Reader app to Bookhive atproto records
atproto bookhive ereader moonreader
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Default compose image to the public GHCR build

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+4 -3
+4 -3
docker-compose.yml
··· 1 1 services: 2 2 spacebee: 3 - # Override with your own built image or pulled tag. 4 - # Example: `IMAGE=ghcr.io/you/spacebee:latest docker compose up -d` 5 - image: ${IMAGE:-spacebee:latest} 3 + # Defaults to the public GHCR image. Override with `IMAGE=...` if you 4 + # forked and pushed to your own registry, or want to pin to a commit 5 + # sha tag: `IMAGE=ghcr.io/oakbrad/spacebee:<sha> docker compose up -d`. 6 + image: ${IMAGE:-ghcr.io/oakbrad/spacebee:latest} 6 7 container_name: spacebee 7 8 restart: unless-stopped 8 9 ports: