File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ services:
1212 open-webui :
1313 build :
1414 context : .
15- args :
16- OLLAMA_BASE_URL : ' /ollama'
1715 dockerfile : Dockerfile
1816 image : ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
1917 container_name : open-webui
@@ -25,16 +23,13 @@ services:
2523 - ${OPEN_WEBUI_PORT-8088}:8080
2624 environment :
2725 - ENABLE_OTEL=true
28- - OTEL_EXPORTER_OTLP_ENDPOINT=http://grafana:4317
26+ - ENABLE_OTEL_METRICS=true
27+ - OTEL_EXPORTER_OTLP_INSECURE=true # Use insecure connection for OTLP, remove in production
28+ - OTEL_EXPORTER_OTLP_ENDPOINT=http://grafana:4317
2929 - OTEL_SERVICE_NAME=open-webui
3030 extra_hosts :
3131 - host.docker.internal:host-gateway
3232 restart : unless-stopped
33- networks : [default]
34-
35- networks :
36- default :
37-
3833
3934volumes :
4035 open-webui : {}
You can’t perform that action at this time.
0 commit comments