https://github.com/jianyuan/pocketbase-docker-compose
Quickly set up a local PocketBase environment using Docker Compose
https://github.com/jianyuan/pocketbase-docker-compose
docker docker-compose pocketbase
Last synced: 8 months ago
JSON representation
Quickly set up a local PocketBase environment using Docker Compose
- Host: GitHub
- URL: https://github.com/jianyuan/pocketbase-docker-compose
- Owner: jianyuan
- License: mit
- Created: 2024-12-23T14:47:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T19:15:29.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:42:49.196Z (over 1 year ago)
- Topics: docker, docker-compose, pocketbase
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pocketbase-docker-compose
Quickly set up a local PocketBase environment using Docker Compose.
## Running locally
To start the PocketBase environment locally, run the following command:
```sh
docker compose up -d
```
This will start the necessary services in detached mode.
## PocketBase files
All PocketBase files, including the database and configuration files, are stored in the `pb/` directory. This directory is mounted as a volume in the Docker Compose setup, ensuring that your data persists across container restarts.
Make sure to back up this directory regularly to prevent data loss.