Commit Graph
12 Commits
Author SHA1 Message Date
tajniak81andClaude Opus 5 657c59fc2a Document bump.sh in the README
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-05 17:30:08 +02:00
tajniak81andClaude Opus 5 46348ce522 Add bump.sh to automate PocketBase version bumps
Rewrites the pinned version in all six files that name it and commits the
result, replacing the manual sed-across-files routine.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-05 17:26:47 +02:00
tajniak81andClaude Opus 5 9a5900bb93 Bump PocketBase to 0.40.2
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-05 17:25:07 +02:00
tajniak81andClaude Opus 5 6d12f543e2 Bump PocketBase to 0.40.1
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-05 17:22:49 +02:00
tajniak81andClaude Opus 5 5383780bca Bump PocketBase to 0.40.0
Also update the README version references, which were still on 0.39.9.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-05 16:56:45 +02:00
tajniak81andClaude Opus 4.8 2d229a1c4d Bump PocketBase to 0.39.10
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-30 12:39:43 +02:00
tajniak81andClaude Opus 4.8 f70d0e9710 Add README documenting Docker setup
Cover both rootless and root variants, configuration via .env,
superuser bootstrap, settings encryption, data persistence, and
build/run commands.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 12:46:23 +02:00
tajniak81andClaude Opus 4.8 948b977197 Bump PocketBase to 0.39.9
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>
2026-07-22 21:22:23 +02:00
tajniak81andClaude Opus 4.8 03af4590bd Bump PocketBase to 0.39.8
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>
2026-07-19 18:01:59 +02:00
tajniak81andClaude Opus 4.8 9c49a1f544 Change default PocketBase port to 8070
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>
2026-07-19 16:51:56 +02:00
tajniak81andClaude Opus 4.8 e11acb8165 Fix build: use renamed PocketBase checksums.txt asset
PocketBase renamed its release checksums asset from
pocketbase_<version>_checksums.txt to checksums.txt. The old URL now
returns 404, which fails BuildKit's ADD cache-key request with
"failed to load cache key: invalid response status 404".

Point the ADD in both Dockerfiles at the new checksums.txt name. The
file's contents still list entries by full zip filename, so the
sha256sum verification is unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-19 16:38:37 +02:00
tajniak81andClaude Opus 4.8 d0755b7b55 Initial commit: PocketBase Docker setup (root & rootless variants)
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>
2026-07-19 12:08:41 +02:00