fix(glances, open-webui): wrong compose.json format
This commit is contained in:
parent
8de9406fb0
commit
515f697db6
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "glance",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "v0.4.0",
|
||||
"categories": ["utilities"],
|
||||
"description": "A self-hosted dashboard that puts all your feeds in one place",
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"openPort": true,
|
||||
"services": [
|
||||
{
|
||||
"image": "glanceapp/glance:v0.4.0",
|
||||
"name": "glance",
|
||||
"internalPort": "8080",
|
||||
"internalPort": 8080,
|
||||
"isMain": true,
|
||||
"volumes": [
|
||||
{
|
||||
|
@ -11,3 +12,5 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"exposable": true,
|
||||
"port": 8536,
|
||||
"id": "open-webui",
|
||||
"tipi_version": 2,
|
||||
"tipi_version": 3,
|
||||
"version": "git-90503be",
|
||||
"categories": ["ai"],
|
||||
"description": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline.",
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"openPort": true,
|
||||
"services": [
|
||||
{
|
||||
"image": "ghcr.io/open-webui/open-webui:git-90503be",
|
||||
"name": "open-webui",
|
||||
"internalPort": "8080",
|
||||
"internalPort": 8080,
|
||||
"isMain": true,
|
||||
"volumes": [
|
||||
{
|
||||
|
@ -15,3 +16,5 @@
|
|||
"OPENAI_API_KEY": "${OPENWEBUI_OPENAI_KEY}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user