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
|
restart: unless-stopped
|
||||||
entrypoint: /bootstrap.sh
|
entrypoint: /bootstrap.sh
|
||||||
command: mistral
|
command: mistral
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
# begin for AMD GPU support
|
# begin for AMD GPU support
|
||||||
|
|
|
@ -18,8 +18,6 @@ services:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
OLLAMA_BASE_URL: http://ollama:11434
|
OLLAMA_BASE_URL: http://ollama:11434
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
|
@ -8,8 +8,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: /bootstrap.sh
|
entrypoint: /bootstrap.sh
|
||||||
command: mistral
|
command: mistral
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -8,8 +8,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: /bootstrap.sh
|
entrypoint: /bootstrap.sh
|
||||||
command: mistral
|
command: mistral
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
# begin for NVIDIA GPU support
|
# begin for NVIDIA GPU support
|
||||||
|
|
Loading…
Reference in New Issue