Skip to content

Commit e7a5b30

Browse files
authored
Merge pull request #116 from intel/update-branch
chore: remove no_proxy environment variable from docker-compose.yml (#333)
2 parents f80f709 + 7a2f6a4 commit e7a5b30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

usecases/ai/openwebui-ollama/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ services:
1818
- TTS_DEVICE=${TTS_DEVICE:-CPU}
1919
- BERT_DEVICE=${BERT_DEVICE:-CPU}
2020
- ALLOWED_CORS=["*"]
21-
- no_proxy=localhost,tts_service,stt_service,ollama
2221
devices:
2322
- /dev/dri:/dev/dri
2423
volumes:
@@ -42,7 +41,6 @@ services:
4241
- DEFAULT_MODEL_ID=openai/whisper-tiny
4342
- STT_DEVICE=CPU
4443
- ALLOWED_CORS=["http://localhost"]
45-
- no_proxy=localhost,tts_service,stt_service,ollama
4644
devices:
4745
- /dev/dri:/dev/dri
4846
volumes:
@@ -74,7 +72,6 @@ services:
7472
- AUDIO_TTS_OPENAI_API_KEY=-
7573
- AUDIO_TTS_MODEL=
7674
- AUDIO_TTS_VOICE=
77-
- no_proxy=localhost,tts_service,stt_service,ollama
7875
volumes:
7976
- open-webui:/app/backend/data
8077

@@ -95,7 +92,6 @@ services:
9592
- ZES_ENABLE_SYSMAN=1
9693
- SYCL_CACHE_PERSISTENT=1
9794
- SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
98-
- no_proxy=localhost,tts_service,stt_service,ollama
9995
devices:
10096
- /dev:/dev:rw
10197
volumes:

0 commit comments

Comments
 (0)