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:
@@ -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
|
||||
Reference in New Issue
Block a user