Delete docker-compose.yml
Browse files- docker-compose.yml +0 -20
docker-compose.yml
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
services:
|
2 |
-
open-webui:
|
3 |
-
build:
|
4 |
-
context: .
|
5 |
-
dockerfile: Dockerfile
|
6 |
-
image: open-webui:latest
|
7 |
-
container_name: open-webuii
|
8 |
-
restart: always
|
9 |
-
ports:
|
10 |
-
- "3000:8080"
|
11 |
-
environment:
|
12 |
-
- ENV=production
|
13 |
-
- WEBUI_AUTH=false
|
14 |
-
- OPENAI_API_BASE_URL=https://api.deepinfra.com/v1/openai
|
15 |
-
- OPENAI_API_KEY=Qkg36ZyeOllw5Y7ARp3Xr7Gmq8JmR13B
|
16 |
-
volumes:
|
17 |
-
- open-webui:/app/backend/data
|
18 |
-
|
19 |
-
volumes:
|
20 |
-
open-webui:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|