feat: initialize Prisma schema with core business, user, and communication models and configure docker-compose for database deployment
All checks were successful
Build and Push App / build (push) Successful in 8m16s
All checks were successful
Build and Push App / build (push) Successful in 8m16s
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://admin:adminpassword@db:5432/afropreunariat_dev?schema=public
|
||||
- DATABASE_URL=postgresql://admin:adminpassword@db:5432/afrohub_dev?schema=public
|
||||
- NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
||||
depends_on:
|
||||
db:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
ports:
|
||||
- "3001:3001"
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://admin:adminpassword@db:5432/afropreunariat_dev?schema=public
|
||||
- DATABASE_URL=postgresql://admin:adminpassword@db:5432/afrohub_dev?schema=public
|
||||
- NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
||||
- NEXT_PUBLIC_ADMIN_URL=http://localhost:3001
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user