···11services:
22 spacebee:
33- # Override with your own built image or pulled tag.
44- # Example: `IMAGE=ghcr.io/you/spacebee:latest docker compose up -d`
55- image: ${IMAGE:-spacebee:latest}
33+ # Defaults to the public GHCR image. Override with `IMAGE=...` if you
44+ # forked and pushed to your own registry, or want to pin to a commit
55+ # sha tag: `IMAGE=ghcr.io/oakbrad/spacebee:<sha> docker compose up -d`.
66+ image: ${IMAGE:-ghcr.io/oakbrad/spacebee:latest}
67 container_name: spacebee
78 restart: unless-stopped
89 ports: