remove .env
This commit is contained in:
parent
7bc3da504e
commit
f912cf0179
4
.env
4
.env
|
@ -1,4 +0,0 @@
|
|||
# If set, HTTP_PROXY messes with inter-container communication in the deployment.
|
||||
# Ollama downloads the models via https anyway so it should be safe to unset it
|
||||
HTTP_PROXY=
|
||||
http_proxy=
|
|
@ -8,8 +8,6 @@ services:
|
|||
restart: unless-stopped
|
||||
entrypoint: /bootstrap.sh
|
||||
command: mistral
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 11434:11434
|
||||
# begin for AMD GPU support
|
||||
|
|
|
@ -18,8 +18,6 @@ services:
|
|||
image: ghcr.io/open-webui/open-webui:main
|
||||
ports:
|
||||
- 8080:8080
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
OLLAMA_BASE_URL: http://ollama:11434
|
||||
extra_hosts:
|
||||
|
|
|
@ -8,8 +8,6 @@ services:
|
|||
restart: unless-stopped
|
||||
entrypoint: /bootstrap.sh
|
||||
command: mistral
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 11434:11434
|
||||
volumes:
|
||||
|
|
|
@ -8,8 +8,6 @@ services:
|
|||
restart: unless-stopped
|
||||
entrypoint: /bootstrap.sh
|
||||
command: mistral
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 11434:11434
|
||||
# begin for NVIDIA GPU support
|
||||
|
|
Loading…
Reference in New Issue