minor fix

This commit is contained in:
Alex
2023-06-15 17:40:58 +01:00
parent 63d99d6a57
commit d4ff6d4d7a
3 changed files with 15 additions and 7 deletions

View File

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