revert changes in docker yaml

This commit is contained in:
ManishMadan2882
2024-01-22 16:22:19 +05:30
parent 67e4d40c49
commit 5b08cdedf0

View File

@@ -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