feat: add public assets to Docker image and update Dify API config with new talent service agent
This commit is contained in:
+2
-1
@@ -6,11 +6,12 @@ services:
|
||||
- "3000:3000"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- "df.clkeji.com:host-gateway"
|
||||
environment:
|
||||
- DATABASE_URL=file:/app/data/dev.db
|
||||
- NEXTAUTH_SECRET=nextapp-secret-key-2026
|
||||
- NEXTAUTH_URL=http://localhost:3000
|
||||
- DIFY_API_URL=http://host.docker.internal/v1/chat-messages
|
||||
- DIFY_API_URL=http://df.clkeji.com/v1/chat-messages
|
||||
- DIFY_API_KEY=app-lbe2lglt7taGtZk0dG7pAhbx
|
||||
volumes:
|
||||
- ./prisma/dev.db:/app/data/dev.db
|
||||
|
||||
Reference in New Issue
Block a user