Setup langtrace using docker compose
docker --version
and for
docker compose docker compose --version
.env
file for common usecases, modify this file to suit your needs.
.env
file. For detailed instructions, refer to our Authentication guide.
http://localhost:3000
.
docker compose up
command with the --build
flag.-v
flag is used to delete volumes.
Connecting to postgres db
Connecting to clickhouse db
Viewing logs of Langtrace App
Running prisma schema apply command
Table not found error OR Column not found errors
Prisma schema not in sync with database
Docker compose failing to setup with `Additional property required is not allowed` errors
depends_on property
that
maybe causing the error.Clickhouse server not starting
8123
is
already in use. You can change the port in the docker-compose file.