Spaces:
Sleeping
Sleeping
Commit
·
4445ab4
1
Parent(s):
7b753ae
Delete docker-compose.yml
Browse files- docker-compose.yml +0 -14
docker-compose.yml
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
version: '3.8'
|
2 |
-
services:
|
3 |
-
app:
|
4 |
-
restart: always
|
5 |
-
build:
|
6 |
-
context: .
|
7 |
-
dockerfile: Dockerfile
|
8 |
-
ports:
|
9 |
-
- 8501:8501
|
10 |
-
volumes:
|
11 |
-
- .:/app
|
12 |
-
env_file:
|
13 |
-
- .env
|
14 |
-
command: streamlit run Chatbot.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|