docker-compose.yml added

This commit is contained in:
Moon Patel
2023-09-19 00:36:36 +05:30
parent a42a7d0e75
commit eb80309f27
+13
View File
@@ -0,0 +1,13 @@
version: "3.7"
services:
frontend:
build: ./frontend
ports:
- 5173:5173
backend:
build: ./backend
ports:
- 8080:8080
environment:
- PORT=8080