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>
This commit is contained in:
tajniak81
2026-07-19 12:08:41 +02:00
co-authored by Claude Opus 4.8
commit d0755b7b55
9 changed files with 365 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Shell scripts and Docker files run inside Linux containers — they MUST keep
# LF endings or the container fails with "no such file or directory".
*.sh text eol=lf
Dockerfile* text eol=lf
docker-compose*.yml text eol=lf
.env.example text eol=lf