We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235415f commit 0d0160fCopy full SHA for 0d0160f
pages/docs/self-host.mdx
@@ -26,10 +26,11 @@ Deploy the container to your infrastructure. You can use a managed service like
26
27
```bash copy
28
docker run \
29
---env DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres \
+--env DATABASE_URL=postgresql://postgres:postgres@host.docker.internal:5432/postgres \
30
--env NEXTAUTH_SECRET=mysecret \
31
--env NEXTAUTH_URL=http:localhost:3030 \
32
--dp 3030:3000 langfuse
+-p 3030:3000 \
33
+-a STDOUT langfuse
34
```
35
36
## Update the application
0 commit comments