Tests with OpenWebUI
This commit is contained in:
17
selfhosted_ai/docker-compose.yaml
Normal file
17
selfhosted_ai/docker-compose.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user