Chris4K commited on
Commit
9358f71
·
verified ·
1 Parent(s): af03e48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
  # Use the official Langfuse image
2
- FROM langfuse/langfuse:latest
3
 
4
  # Set environment variables for a minimal, ephemeral setup
5
  ENV DATABASE_URL=postgresql://postgres:postgres@localhost:5432/langfuse
6
  ENV NEXTAUTH_SECRET=your_random_secret_here
7
  ENV SALT=your_random_salt_here
8
- ENV NEXTAUTH_URL=https://your-space-name.hf.space
9
  ENV HOSTNAME=0.0.0.0
10
  ENV PORT=7860
11
 
 
1
  # Use the official Langfuse image
2
+ FROM langfuse/langfuse:2
3
 
4
  # Set environment variables for a minimal, ephemeral setup
5
  ENV DATABASE_URL=postgresql://postgres:postgres@localhost:5432/langfuse
6
  ENV NEXTAUTH_SECRET=your_random_secret_here
7
  ENV SALT=your_random_salt_here
8
+ ENV NEXTAUTH_URL=https://chris4k-langfuse.hf.space
9
  ENV HOSTNAME=0.0.0.0
10
  ENV PORT=7860
11