Tests with OpenWebUI

This commit is contained in:
R. Gierwialo
2025-10-17 20:48:45 +00:00
parent 89a6170d9c
commit ea806971c5

View File

@@ -0,0 +1,17 @@
services:
openwebui:
image: ghcr.io/open-webui/open-webui:v0.6.34
container_name: self_ai_web
networks:
internal_traffic:
ipv4_address: 192.168.8.2
volumes:
- data_openwebui:/app/backend/data
volumes:
data_openwebui:
external: true
networks:
internal_traffic:
external: true