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_TRUST_HOST: "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"
|
||||
volumes:
|
||||
- type: bind
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user