Merge branch 'runtipi:master' into app/rsshub
This commit is contained in:
commit
6c7d6cb389
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "budibase",
|
||||
"tipi_version": 125,
|
||||
"version": "2.23.9",
|
||||
"tipi_version": 126,
|
||||
"version": "2.23.10",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
budibase:
|
||||
image: budibase/budibase:2.23.9
|
||||
image: budibase/budibase:2.23.10
|
||||
restart: unless-stopped
|
||||
container_name: budibase
|
||||
ports:
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"url_suffix": "?offline=1",
|
||||
"id": "drawio",
|
||||
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
|
||||
"tipi_version": 37,
|
||||
"version": "24.2.5",
|
||||
"tipi_version": 38,
|
||||
"version": "24.2.7",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
drawio:
|
||||
image: jgraph/drawio:24.2.5
|
||||
image: jgraph/drawio:24.2.7
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
container_name: drawio
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8128,
|
||||
"id": "immich",
|
||||
"tipi_version": 83,
|
||||
"version": "1.101.0",
|
||||
"tipi_version": 84,
|
||||
"version": "1.102.0",
|
||||
"categories": [
|
||||
"data",
|
||||
"photography"
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
immich:
|
||||
container_name: immich
|
||||
image: ghcr.io/immich-app/immich-server:v1.101.0
|
||||
image: ghcr.io/immich-app/immich-server:v1.102.0
|
||||
command: ["start-server.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: ghcr.io/immich-app/immich-server:v1.101.0
|
||||
image: ghcr.io/immich-app/immich-server:v1.102.0
|
||||
command: ["start-microservices.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -74,7 +74,7 @@ services:
|
|||
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.101.0
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.102.0
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
traefik.http.routers.invoice-ninja-local.tls: true
|
||||
|
||||
invoice-ninja-server:
|
||||
image: invoiceninja/invoiceninja:5.8.49
|
||||
image: invoiceninja/invoiceninja:5.8.50
|
||||
container_name: invoice-ninja-server
|
||||
restart: unless-stopped
|
||||
user: 1500:1500
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "lobe-chat",
|
||||
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
|
||||
"tipi_version": 99,
|
||||
"version": "0.147.20",
|
||||
"tipi_version": 101,
|
||||
"version": "0.147.22",
|
||||
"categories": [
|
||||
"ai"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
lobe-chat:
|
||||
container_name: lobe-chat
|
||||
image: lobehub/lobe-chat:v0.147.20
|
||||
image: lobehub/lobe-chat:v0.147.22
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "octobot",
|
||||
"tipi_version": 7,
|
||||
"version": "1.0.9",
|
||||
"tipi_version": 8,
|
||||
"version": "1.0.10",
|
||||
"categories": [
|
||||
"automation",
|
||||
"finance"
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
octobot:
|
||||
container_name: octobot
|
||||
image: drakkarsoftware/octobot:1.0.9
|
||||
image: drakkarsoftware/octobot:1.0.10
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8112,
|
||||
"id": "readarr",
|
||||
"tipi_version": 14,
|
||||
"version": "0.3.23-nightly",
|
||||
"tipi_version": 15,
|
||||
"version": "0.3.24-nightly",
|
||||
"categories": [
|
||||
"books",
|
||||
"media"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:0.3.23-nightly
|
||||
image: lscr.io/linuxserver/readarr:0.3.24-nightly
|
||||
container_name: readarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "wallos",
|
||||
"tipi_version": 25,
|
||||
"version": "1.20.2",
|
||||
"tipi_version": 27,
|
||||
"version": "1.21.1",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
wallos:
|
||||
image: bellamy/wallos:1.20.2
|
||||
image: bellamy/wallos:1.21.1
|
||||
container_name: wallos
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "windows",
|
||||
"description": "Run windows in docker...because why not?",
|
||||
"tipi_version": 12,
|
||||
"version": "2.13",
|
||||
"tipi_version": 13,
|
||||
"version": "2.14",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
windows:
|
||||
container_name: windows
|
||||
image: dockurr/windows:2.13
|
||||
image: dockurr/windows:2.14
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/kvm
|
||||
|
|
Loading…
Reference in New Issue
Block a user