chore: initialize PocketBase environment with project metadata, configuration, and data structure types
All checks were successful
On Push to Main / test (push) Successful in 42s
On Push to Main / publish (push) Successful in 1m7s
On Push to Main / deploy-dev (push) Successful in 1m40s

This commit is contained in:
RaymondVerhoef
2026-05-15 14:55:34 +02:00
parent 0a73ab3466
commit 7234074c21
15 changed files with 21640 additions and 59 deletions

View File

@@ -4,3 +4,14 @@ services:
restart: unless-stopped
ports:
- "8080:80"
pocketbase-learning:
image: ghcr.io/muchobien/pocketbase:latest
container_name: pocketbase-learning
restart: unless-stopped
command: ["serve", "--http=0.0.0.0:8090"]
volumes:
- pb_data:/pb/pb_data
volumes:
pb_data: