https://github.com/devbyray/pocketbase-docker
https://github.com/devbyray/pocketbase-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbyray/pocketbase-docker
- Owner: devbyray
- Created: 2024-04-17T09:06:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T11:04:15.000Z (almost 2 years ago)
- Last Synced: 2025-07-04T01:03:53.995Z (9 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pocketbase Docker for Render.com
_Make sure you have an account on [Render.com](https://render.com/register)_
1. Create new Web Service
2. Fork this repo [https://github.com/devbyray/pocketbase-docker](https://github.com/devbyray/pocketbase-docker) and make it private!
3. And select the repo for the service
4. After the build go to your {URL}/_ to see the dashboard where you can create an account
## Want to get your migrations and data from Pockethost?

1. Connect your FTP client ([docs](https://pockethost.io/docs/usage/ftp/))
2. Download the `pb_migrations` and/or `pb_data` to your local repo 
3. Uncomment this line in the Dockerfile: `# COPY ./pb_migrations /pb/pb_migrations`
4. Uncomment this line in the Dockerfile: `# COPY ./pb_data /pb/pb_data`
5. Commit and push the changes to your repo
6. Render.com will pick up the changes and use your migrations in Docker 💪