feat: add Prisma schema and PrismaService with integration tests (postgres on :5433)
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user