Spaces:
Paused
Paused
Update docker-compose.yml
Browse files- docker-compose.yml +1 -1
docker-compose.yml
CHANGED
@@ -6,7 +6,7 @@ services:
|
|
6 |
- 3000:3000
|
7 |
environment:
|
8 |
- DATABASE_URL=postgresql://postgres:postgres@db:5432/langfuse
|
9 |
-
- NEXTAUTH_SECRET
|
10 |
- SALT=$(openssl rand -base64 32)
|
11 |
depends_on:
|
12 |
- db
|
|
|
6 |
- 3000:3000
|
7 |
environment:
|
8 |
- DATABASE_URL=postgresql://postgres:postgres@db:5432/langfuse
|
9 |
+
- NEXTAUTH_SECRET=secret
|
10 |
- SALT=$(openssl rand -base64 32)
|
11 |
depends_on:
|
12 |
- db
|