Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

docker compose build fail #113

@sjcotto

Description

@sjcotto

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions