feat: add Prisma schema and PrismaService with integration tests (postgres on :5433)

This commit is contained in:
2026-05-27 14:25:49 +05:30
parent ee353762a5
commit ae6c7ec94a
6 changed files with 5558 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
POSTGRES_PASSWORD: tower_dev
POSTGRES_DB: tower_dev
ports:
- '5432:5432'
- '5433:5432'
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: