feat: initialize PocketBase backend with migrations

- Created backend directory structure
- Added .env configuration for PocketBase
- Added initial migration with users, groups, games, teamSessions, invitations collections
- Added docker-compose.yml for containerized deployment
- Added README.md with setup instructions

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-17 14:14:05 +08:00
commit 4d1a53fc69
6 changed files with 4794 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
PB_PORT=8090
PB_DATA=./pb_data
PB_MIGRATIONS=./pb_migrations