This commit is contained in:
rca 2024-06-23 17:20:26 +09:00
parent 1a059446cd
commit 1f01700f18
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,7 @@ services:
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- ./app:/usr/src/kidshift - kidshift_app:/usr/src/kidshift
depends_on: depends_on:
- postgres - postgres
- minio - minio
@ -58,3 +58,4 @@ volumes:
minio_data: minio_data:
minio_config: minio_config:
pgadmin_data: pgadmin_data:
kidshift_app:

View File

@ -6,7 +6,7 @@
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"] binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
} }
datasource db { datasource db {