ai stuff
This commit is contained in:
@@ -8,7 +8,7 @@ ContainerName=ai-server
|
|||||||
EnvironmentFile=%h/.config/containers/ai.env
|
EnvironmentFile=%h/.config/containers/ai.env
|
||||||
Environment=PORT=3100
|
Environment=PORT=3100
|
||||||
Environment=SHODH_URL=http://localhost:3030
|
Environment=SHODH_URL=http://localhost:3030
|
||||||
Image=ghcr.io/hoornet/home-mind-server:latest
|
Image=localhost/home-mind-server:latest
|
||||||
Pod=ai.pod
|
Pod=ai.pod
|
||||||
Volume=ai-conversation-data.volume:/data
|
Volume=ai-conversation-data.volume:/data
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ContainerName=ai-shodh
|
|||||||
EnvironmentFile=%h/.config/containers/ai.env
|
EnvironmentFile=%h/.config/containers/ai.env
|
||||||
Environment=SHODH_HOST=0.0.0.0
|
Environment=SHODH_HOST=0.0.0.0
|
||||||
Environment=SHODH_PORT=3030
|
Environment=SHODH_PORT=3030
|
||||||
Image=ghcr.io/hoornet/home-mind-shodh:latest
|
Image=localhost/home-mind-shodh:latest
|
||||||
Pod=ai.pod
|
Pod=ai.pod
|
||||||
Volume=ai-shodh-data.volume:/data
|
Volume=ai-shodh-data.volume:/data
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ PodName=ai
|
|||||||
Network=ai.network
|
Network=ai.network
|
||||||
PublishPort=3030:3030
|
PublishPort=3030:3030
|
||||||
PublishPort=3100:3100
|
PublishPort=3100:3100
|
||||||
|
PublishPort=8081:8080
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|||||||
2
ai/openwebui-data.volume
Normal file
2
ai/openwebui-data.volume
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Volume]
|
||||||
|
VolumeName=openwebui-data
|
||||||
18
ai/openwebui.container
Normal file
18
ai/openwebui.container
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Open WebUI
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
AutoUpdate=registry
|
||||||
|
ContainerName=openwebui
|
||||||
|
Environment=OLLAMA_BASE_URL=http://10.0.20.2:11434
|
||||||
|
Environment=TZ=Europe/Berlin
|
||||||
|
GroupAdd=keep-groups
|
||||||
|
Image=ghcr.io/open-webui/open-webui:main
|
||||||
|
Volume=openwebui-data.volume:/app/backend/data
|
||||||
|
Pod=ai.pod
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user