k1nq
373b42768c
fix: update Dockerfile to set correct working directory for migrations
Build and deploy / build (push) Successful in 18s
Details
Build and deploy / deploy (push) Successful in 17s
Details
2025-11-30 00:30:44 +05:00
k1nq
755547b7bf
fix: replace postgresql-libs with libpq in Dockerfile and streamline file copying
Build and deploy / build (push) Failing after 11s
Details
Build and deploy / deploy (push) Has been skipped
Details
2025-11-30 00:26:44 +05:00
k1nq
0e48023258
fix: add migrations service to docker-compose and update build workflow for migrations image
Build and deploy / build (push) Successful in 20s
Details
Build and deploy / deploy (push) Successful in 15s
Details
2025-11-30 00:18:19 +05:00
Artem Kashaev
969a1b5905
feat: add migration to include 'stage_changed' activity type
2025-11-27 16:07:55 +05:00
Artem Kashaev
6d9387d1b4
fix: update database URL to use 0.0.0.0 and adjust Alembic migration configurations
2025-11-27 12:36:49 +05:00
k1nq
a97a76381f
feat: add Docker support and database migrations
...
- Created Dockerfile for building and running the application with Uvicorn.
- Added docker-compose.yml to manage application and PostgreSQL service.
- Introduced Alembic migrations with initial schema for CRM domain objects.
- Configured async SQLAlchemy engine for migrations.
- Updated dependencies in uv.lock to include asyncpg, passlib, and pyjwt.
2025-11-22 14:51:20 +05:00