Commit Graph

4 Commits

Author SHA1 Message Date
f9760cae07 Update volume mount and enable shell debug mode
Changed the Docker volume mount to map ./data to /app/instance instead of /app/data in docker-compose.yaml. Also enabled shell debug mode in entrypoint.sh by adding the -x flag to 'set -e' for easier troubleshooting.
2025-08-11 01:31:06 +02:00
7f806e52dd Update docker-compose.yaml 2025-08-11 01:13:37 +02:00
b3269c4113 Update docker-compose.yaml 2025-08-11 01:10:42 +02:00
66204e7e4a Add Docker, migrations, and initial database setup
Added Dockerfile and docker-compose.yaml for containerization. Introduced Alembic migrations with initial schema and a migration to alter column types. Added requirements.txt for dependencies and removed temp.py cleanup script. Updated .gitignore to allow tracking of migration files.
2025-08-11 00:49:46 +02:00