diff --git a/openwebui/.env b/openwebui/.env new file mode 100644 index 0000000..6616f2e --- /dev/null +++ b/openwebui/.env @@ -0,0 +1,7 @@ +# For production you should set this to match the proxy configuration (127.0.0.1) +FORWARDED_ALLOW_IPS='127.0.0.1' + +# DO NOT TRACK +SCARF_NO_ANALYTICS=true +DO_NOT_TRACK=true +ANONYMIZED_TELEMETRY=false \ No newline at end of file diff --git a/openwebui/docker-compose.yml b/openwebui/docker-compose.yml index 32c8b19..dfaca05 100644 --- a/openwebui/docker-compose.yml +++ b/openwebui/docker-compose.yml @@ -5,9 +5,13 @@ services: openwebui: image: ghcr.io/open-webui/open-webui:main + mem_limit: 1.5g + cpus: 0.5 ports: - 127.0.0.1:3022:8080 volumes: - open-webui:/app/backend/data + env_file: + - .env volumes: open-webui: