You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
hi there, was trying to install the docker-compose "as is" without any change but it's giving the following error
@calcom/prisma:build: error: Environment variable not found: DATABASE_URL.
@calcom/prisma:build: --> schema.prisma:6
@calcom/prisma:build: |
@calcom/prisma:build: 5 | provider = "postgresql"
@calcom/prisma:build: 6 | url = env("DATABASE_URL")
@calcom/prisma:build: |
@calcom/prisma:build:
@calcom/prisma:build: Validation Error Count: 1
@calcom/prisma:build:
not sure if the solution will be to add the DATABASE_URL into the ARG of the Dockerfile
anyone can help?