feat: als and prisma
This commit is contained in:
15
infra/db/docker-compose.yml
Normal file
15
infra/db/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:18
|
||||
container_name: multi-tenant
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: admin
|
||||
POSTGRES_DB: multi_tenant
|
||||
ports:
|
||||
- '5454:5432'
|
||||
volumes:
|
||||
- multiTenant:/var/lib/postgresql
|
||||
|
||||
volumes:
|
||||
multiTenant:
|
||||
Reference in New Issue
Block a user