Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
•
46f719f
1
Parent(s):
9bcfe89
Delete docker-compose.yml
Browse files- docker-compose.yml +0 -14
docker-compose.yml
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
version: '3.8'
|
2 |
-
|
3 |
-
services:
|
4 |
-
langchain-streamlit-demo:
|
5 |
-
build: .
|
6 |
-
image: langchain-streamlit-demo:latest
|
7 |
-
env_file:
|
8 |
-
- .env
|
9 |
-
ports:
|
10 |
-
- "${APP_PORT:-7860}:${APP_PORT:-7860}"
|
11 |
-
command: [
|
12 |
-
"/usr/local/bin/entrypoint.sh",
|
13 |
-
"${USERNAME:-default_user}"
|
14 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|