accidentaly deleted frontend container

This commit is contained in:
Alex
2023-05-18 18:45:15 +01:00
parent bc9f1c17ed
commit ba9c505249

View File

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