Paper Dynasty Database - PostgreSQL database service
Go to file
Cal Corum 39a7d59fcd CLAUDE: Add docker-compose.yml and quickstart guide
- PostgreSQL 17 Alpine container with health checks
- Adminer database UI on port 8080
- Persistent volumes for data
- Environment variable support via .env
- Comprehensive quickstart guide with common commands
- Troubleshooting section
- Production considerations
- Update .gitignore to allow base docker-compose.yml
2025-11-07 13:07:23 -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: Add docker-compose.yml and quickstart guide 2025-11-07 13:07:23 -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: Add docker-compose.yml and quickstart guide 2025-11-07 13:07:23 -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