{"id":18022064,"url":"https://github.com/acifani/pocketbase-docker","last_synced_at":"2025-04-04T17:47:23.939Z","repository":{"id":45265389,"uuid":"513450816","full_name":"acifani/pocketbase-docker","owner":"acifani","description":"Docker image for PocketBase","archived":false,"fork":false,"pushed_at":"2022-07-13T09:48:17.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T03:13:41.694Z","etag":null,"topics":["docker","dockerfile","pocketbase"],"latest_commit_sha":null,"homepage":"","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/acifani.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}},"created_at":"2022-07-13T09:01:14.000Z","updated_at":"2024-07-08T17:10:52.000Z","dependencies_parsed_at":"2022-09-10T15:40:56.568Z","dependency_job_id":null,"html_url":"https://github.com/acifani/pocketbase-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acifani%2Fpocketbase-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acifani%2Fpocketbase-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acifani%2Fpocketbase-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acifani%2Fpocketbase-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acifani","download_url":"https://codeload.github.com/acifani/pocketbase-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226198,"owners_count":20904464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","dockerfile","pocketbase"],"created_at":"2024-10-30T06:11:56.191Z","updated_at":"2025-04-04T17:47:23.923Z","avatar_url":"https://github.com/acifani.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pocketbase-docker\n\nDocker image to run [PocketBase](https://pocketbase.io/). Images are available for linux amd64 and arm64.\n\n## Usage\n\nWith plain docker\n\n```shell\n# default\ndocker run -p 8090:8090 \\\n    -v $(pwd)/pb_data/:/pocketbase/pb_data/ -v $(pwd)/pb_public/:/pocketbase/pb_public/ \\\n    ghcr.io/acifani/pocketbase:0.2.4-amd64\n\n# custom host\ndocker run -p 8000:8000 \\\n    -v $(pwd)/pb_data/:/pocketbase/pb_data/ -v $(pwd)/pb_public/:/pocketbase/pb_public/ \\\n    ghcr.io/acifani/pocketbase:0.2.4-amd64 \\\n    serve --http 0.0.0.0:8000\n\n# custom commands\ndocker run --rm \\\n    ghcr.io/acifani/pocketbase:0.2.4-amd64 \\\n    migrate\n```\n\nWith docker compose\n\n```yaml\nversion: '3.9'\nservices:\n  pocketbase:\n    image: 'ghcr.io/acifani/pocketbase:0.2-arm64'\n    ports:\n      - '8090:8090'\n    volumes:\n      - './pb_data:/pocketbase/pb_data'\n      - './pb_public:/pocketbase/pb_public'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facifani%2Fpocketbase-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facifani%2Fpocketbase-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facifani%2Fpocketbase-docker/lists"}