Merge branch 'master' into app/Atuin
This commit is contained in:
commit
80688dce5a
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8013,
|
||||
"id": "dozzle",
|
||||
"tipi_version": 7,
|
||||
"version": "6.1.0",
|
||||
"tipi_version": 8,
|
||||
"version": "6.1.1",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
dozzle:
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v6.1.0
|
||||
image: amir20/dozzle:v6.1.1
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "ghostfolio",
|
||||
"tipi_version": 42,
|
||||
"version": "2.43.1",
|
||||
"tipi_version": 43,
|
||||
"version": "2.44.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
|||
services:
|
||||
ghostfolio:
|
||||
container_name: ghostfolio
|
||||
image: ghostfolio/ghostfolio:2.43.1
|
||||
image: ghostfolio/ghostfolio:2.44.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:3333
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
traefik.http.routers.invoice-ninja-local.tls: true
|
||||
|
||||
invoice-ninja-server:
|
||||
image: invoiceninja/invoiceninja:5.8.15
|
||||
image: invoiceninja/invoiceninja:5.8.16
|
||||
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": 15,
|
||||
"version": "0.121.0",
|
||||
"tipi_version": 17,
|
||||
"version": "0.121.2",
|
||||
"categories": [
|
||||
"ai"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
lobe-chat:
|
||||
container_name: lobe-chat
|
||||
image: lobehub/lobe-chat:v0.121.0
|
||||
image: lobehub/lobe-chat:v0.121.2
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"force_expose": true,
|
||||
"generate_vapid_keys": true,
|
||||
"id": "mastodon",
|
||||
"tipi_version": 13,
|
||||
"version": "4.2.3",
|
||||
"tipi_version": 14,
|
||||
"version": "4.2.4",
|
||||
"categories": [
|
||||
"social"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
mastodon:
|
||||
container_name: mastodon
|
||||
image: lscr.io/linuxserver/mastodon:4.2.3
|
||||
image: lscr.io/linuxserver/mastodon:4.2.4
|
||||
ports:
|
||||
- 8209:80
|
||||
- ${APP_PORT}:443
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8012,
|
||||
"id": "paperless-ngx",
|
||||
"tipi_version": 15,
|
||||
"version": "2.4.0",
|
||||
"tipi_version": 16,
|
||||
"version": "2.4.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
services:
|
||||
paperless-ngx:
|
||||
container_name: paperless-ngx
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.4.0
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.4.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Reference in New Issue
Block a user