4d1a53fc69
- 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>
4 lines
61 B
Bash
4 lines
61 B
Bash
PB_PORT=8090
|
|
PB_DATA=./pb_data
|
|
PB_MIGRATIONS=./pb_migrations
|