Spaces:
Build error
Build error
mohsinabbas1984
commited on
Delete docker-compose.yml
Browse files- docker-compose.yml +0 -12
docker-compose.yml
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
version: '3'
|
2 |
-
services:
|
3 |
-
backend:
|
4 |
-
build: ./backend
|
5 |
-
ports:
|
6 |
-
- "7860:8000"
|
7 |
-
frontend:
|
8 |
-
build: ./frontend
|
9 |
-
ports:
|
10 |
-
- "8501:8501"
|
11 |
-
depends_on:
|
12 |
-
- backend
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|