mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-08 07:10:42 +00:00
minor fix
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
frontend:
|
||||
build: ./frontend
|
||||
environment:
|
||||
- VITE_API_HOST=http://localhost:5001
|
||||
- VITE_API_STREAMING=$VITE_API_STREAMING
|
||||
ports:
|
||||
- "5173:5173"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
backend:
|
||||
build: ./application
|
||||
|
||||
Reference in New Issue
Block a user