add working icons to all compose projects
This commit is contained in:
@@ -2,12 +2,12 @@ services:
|
||||
ollama:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: ''
|
||||
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/ollama.png'
|
||||
net.unraid.docker.webui: ''
|
||||
net.unraid.docker.shell: 'bash'
|
||||
openwebui:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: ''
|
||||
net.unraid.docker.webui: ''
|
||||
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/open-webui.png'
|
||||
net.unraid.docker.webui: 'https://ai.homecube.org/'
|
||||
net.unraid.docker.shell: ''
|
||||
|
||||
@@ -11,6 +11,7 @@ services:
|
||||
- /mnt/user/appdata/ollama:/root/.ollama
|
||||
runtime: nvidia
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/ollama.png"
|
||||
net.unraid.docker.shell: bash
|
||||
folder.view2: "Services"
|
||||
|
||||
@@ -29,4 +30,6 @@ services:
|
||||
volumes:
|
||||
- /mnt/user/appdata/openwebui:/app/backend/data
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/open-webui.png"
|
||||
net.unraid.docker.webui: "https://ai.homecube.org/"
|
||||
folder.view2: "Services"
|
||||
|
||||
Reference in New Issue
Block a user