modified: docker-compose.yml
modified: prisma/schema.prisma
This commit is contained in:
parent
3272542290
commit
089f80cb00
@ -14,7 +14,7 @@ services:
|
|||||||
AUTH_DISCORD_SECRET: "lIrkEwb2PpMpLZM7Yb9pGVeT7YLgIC_C"
|
AUTH_DISCORD_SECRET: "lIrkEwb2PpMpLZM7Yb9pGVeT7YLgIC_C"
|
||||||
AUTH_TRUST_HOST: "true"
|
AUTH_TRUST_HOST: "true"
|
||||||
SKIP_ENV_VALIDATION: "true"
|
SKIP_ENV_VALIDATION: "true"
|
||||||
PAGE_URL: "https://file-hosting.example.com"
|
NEXT_PUBLIC_PAGE_URL: "https://file-hosting.example.com"
|
||||||
NEXTAUTH_URL: "https://file-hosting.example.com"
|
NEXTAUTH_URL: "https://file-hosting.example.com"
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
generator client {
|
generator client {
|
||||||
provider = "prisma-client-js"
|
provider = "prisma-client-js"
|
||||||
|
binaryTargets = ["native", "debian-openssl-3.0.x"]
|
||||||
}
|
}
|
||||||
|
|
||||||
datasource db {
|
datasource db {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user