revert changes in docker yaml

pull/837/head
ManishMadan2882 5 months ago
parent 67e4d40c49
commit 5b08cdedf0

@ -1,6 +1,15 @@
version: "3.9"
services:
frontend:
build: ./frontend
environment:
- VITE_API_HOST=http://localhost:7091
- VITE_API_STREAMING=$VITE_API_STREAMING
ports:
- "5173:5173"
depends_on:
- backend
backend:
build: ./application

Loading…
Cancel
Save