updated scripts

This commit is contained in:
Masoud Baharlouei
2025-07-08 10:14:41 +02:00
parent 1efc465172
commit 7846372ee7
5 changed files with 128 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: openwebui
services:
open-webui:
ports:
- 3033:8080
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- ./open-webui:/app/backend/data
container_name: open-webui
restart: always
image: ghcr.io/open-webui/open-webui:main
volumes:
open-webui:
external: true
name: open-webui