first version, no prod ready

This commit is contained in:
Jonathan Martz
2025-06-24 21:43:34 +02:00
parent 81e8486870
commit a21e474749
22 changed files with 566 additions and 693 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
pocketbase_php_sdk:
image: ghcr.io/muchobien/pocketbase:latest
container_name: pocketbase_php_sdk
restart: unless-stopped
ports:
- "7090:8090"
healthcheck: # optional, recommended since v0.10.0
test: wget --no-verbose --tries=1 --spider http://localhost:8090/api/health || exit 1
interval: 5s
timeout: 5s
retries: 5