Paper Dynasty Database - PostgreSQL database service
Go to file
Cal Corum e9f70b7ed0 CLAUDE: Fix PostgreSQL startup - use local directory instead of volume
- Switch from Docker volume to local directory mount to avoid space issues
- Comment out API service (run locally for development)
- Create logs/database directory
- Add postgres_data/ to .gitignore
- Fixes 'No space left on device' error
2025-11-07 13:30:37 -06:00
app CLAUDE: Fix GROUP BY queries for PostgreSQL compatibility 2025-11-07 10:25:00 -06:00
.env.example CLAUDE: Add .env.example with comprehensive configuration guide 2025-11-07 11:53:23 -06:00
.gitignore CLAUDE: Fix PostgreSQL startup - use local directory instead of volume 2025-11-07 13:30:37 -06:00
db_engine.py Pre-Season 6 Updates 2023-10-19 23:16:47 -05:00
db_migrations.py CLAUDE: Add PostgreSQL support and table names to models 2025-11-07 10:23:14 -06:00
DOCKER_QUICKSTART.md CLAUDE: Add docker-compose.yml and quickstart guide 2025-11-07 13:07:23 -06:00
docker-compose.yml CLAUDE: Fix PostgreSQL startup - use local directory instead of volume 2025-11-07 13:30:37 -06:00
Dockerfile Flip image libraries due to white bar bug 2024-11-04 23:17:07 -06:00
LICENSE Initial commit 2023-02-19 21:38:07 -06:00
main.py Hash updates for marketplace transactions 2023-09-12 21:06:38 -05:00
MIGRATION_PROGRESS.md CLAUDE: Add migration progress tracking document 2025-11-07 10:54:42 -06:00
POSTGRES_MIGRATION_PLAN.md CLAUDE: Add PostgreSQL support and table names to models 2025-11-07 10:23:14 -06:00
requirements.txt CLAUDE: Add psycopg2-binary to requirements for PostgreSQL support 2025-11-07 10:53:27 -06:00
sheets.py Create sheets.py 2023-02-21 15:58:01 -06:00