Update the pinned version across .env.example, both Dockerfiles, and both
Compose stacks so the build arg, image tag, and documented default stay
in sync.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Update the default PB_VERSION from 0.39.7 to 0.39.8 (latest release)
across .env.example, both Dockerfiles, and both compose files.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Set the default listen/host port to 8070 across both the rootless and
root stacks (previously 8080 rootless / 8081 root). Both internal and
external mappings derive from the same PB_PORT/PB_PORT_ROOT variables,
so a single change covers container and host.
Updated .env.example, both Dockerfiles (ENV/EXPOSE), both compose files
(env, port mapping, healthcheck), and both entrypoint fallbacks.
Note: both stacks now default to host port 8070, so they can no longer
run simultaneously without overriding PB_PORT_ROOT.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add Dockerfiles, Compose stacks, and entrypoints for running PocketBase
in both root and rootless container configurations, plus .env.example
documenting version, port, superuser bootstrap, and encryption settings.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>