initialising dark mode

This commit is contained in:
ManishMadan2882
2024-01-18 02:39:40 +05:30
parent 396b4595f4
commit eaad8a4cf5
3 changed files with 25 additions and 31 deletions

View File

@@ -1,15 +1,6 @@
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