1
0
Fork 0

remove .env

This commit is contained in:
Massaki Archambault 2024-04-04 10:16:41 -04:00
parent 7bc3da504e
commit f912cf0179
5 changed files with 0 additions and 12 deletions

4
.env
View File

@ -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=

View File

@ -8,8 +8,6 @@ services:
restart: unless-stopped
entrypoint: /bootstrap.sh
command: mistral
env_file:
- .env
ports:
- 11434:11434
# begin for AMD GPU support

View File

@ -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:

View File

@ -8,8 +8,6 @@ services:
restart: unless-stopped
entrypoint: /bootstrap.sh
command: mistral
env_file:
- .env
ports:
- 11434:11434
volumes:

View File

@ -8,8 +8,6 @@ services:
restart: unless-stopped
entrypoint: /bootstrap.sh
command: mistral
env_file:
- .env
ports:
- 11434:11434
# begin for NVIDIA GPU support