{"id":21338678,"url":"https://github.com/cotontigeh/pocketbase-docker","last_synced_at":"2026-04-08T18:01:38.233Z","repository":{"id":261017423,"uuid":"875412869","full_name":"cotontigeh/pocketbase-docker","owner":"cotontigeh","description":"Pocketbase docker image","archived":false,"fork":false,"pushed_at":"2024-12-08T16:52:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T02:18:10.791Z","etag":null,"topics":["database","docker","docker-compose","docker-image"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/cotontigeh/pocketbase/tags","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cotontigeh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T22:50:09.000Z","updated_at":"2024-12-08T16:34:58.000Z","dependencies_parsed_at":"2024-12-08T17:23:21.517Z","dependency_job_id":"1f083d9d-a08b-4431-9d4b-98dc2863bac4","html_url":"https://github.com/cotontigeh/pocketbase-docker","commit_stats":null,"previous_names":["cotontigeh/pocketbase-docker"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cotontigeh/pocketbase-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotontigeh%2Fpocketbase-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotontigeh%2Fpocketbase-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotontigeh%2Fpocketbase-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotontigeh%2Fpocketbase-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cotontigeh","download_url":"https://codeload.github.com/cotontigeh/pocketbase-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotontigeh%2Fpocketbase-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","docker","docker-compose","docker-image"],"created_at":"2024-11-22T00:34:31.889Z","updated_at":"2026-04-08T18:01:38.204Z","avatar_url":"https://github.com/cotontigeh.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pocketbase docker \nJust set of dockerfiles for [pocketbase](https://github.com/pocketbase/pocketbase) starting from 0.22 \nYou can find hosted image on [dockerhub](https://hub.docker.com/r/cotontigeh/pocketbase/tags)\n\n# Dev commands\n\n## Build image \nreplace `latest` by any version you want\n```bash\ndocker build -f dockerfiles/0.22-alpine3.20.dockerfile . -t your_namespace/pocketbase:latest\n```\n\n### With args\n```bash\ndocker build -f dockerfiles/0.22-alpine3.20.dockerfile . --build-arg MIGRATIONS_DIR=./pb_migrations --build-arg HOOKS_DIR=./pb_hooks -t your_namespace/pocketbase:latest\n```\n\n- **MIGRATIONS_DIR** pocketbase migration directory, see [the doc](https://pocketbase.io/docs/going-to-production/#using-docker)\n- **HOOKS_DIR** pocketbase hooks directory, see [the doc](https://pocketbase.io/docs/going-to-production/#using-docker)\n\n## Start image \n```bash\ndocker run -v ./pb_data:/pb/pb_data -p 8080:8080 -d your_namespace/pocketbase:latest\n```\n\n### Start image with shared volumes\n```bash\ndocker run -v ./pb_data:/pb/pb_data -v ./pb_hooks:/pb/pb_hooks -v ./pb_migrations:/pb/pb_migrations -p 8080:8080 -d your_namespace/pocketbase:latest\n```\n\n## Publish to dockerhub\n```bash\ndocker push your_namespace/pocketbase:0.22-alpine3.20 \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotontigeh%2Fpocketbase-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcotontigeh%2Fpocketbase-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotontigeh%2Fpocketbase-docker/lists"}