Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
2025-07-17 18:59:42 +08:00
197 changed files with 447 additions and 260 deletions
@@ -4,7 +4,7 @@ networks:
services:
bark:
image: finab/bark-server:v2.2.1
image: finab/bark-server:v2.2.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
auto-lady:
image: envyafish/byte-muse:1.13.2
image: envyafish/byte-muse:1.14.13
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:v1.972.0
image: casbin/casdoor:v1.975.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
mdc-ng:
image: mdcng/mdc:1.16.2
image: mdcng/mdc:1.17.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
movie-pilot-v2:
image: jxxghp/moviepilot-v2:2.6.5
image: jxxghp/moviepilot-v2:2.6.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
n8n:
image: n8nio/n8n:1.103.0
image: n8nio/n8n:1.103.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
openresty-manager:
image: uusec/openresty-manager:1.5.0
image: uusec/openresty-manager:1.6.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v8.0.5
image: ghostchu/peerbanhelper:v8.0.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -23,7 +23,7 @@ services:
timeout: 10s
retries: 3
rsshub:
image: diygod/rsshub:2025-07-15
image: diygod/rsshub:2025-07-16
container_name: rsshub-${CONTAINER_NAME}
depends_on:
- browserless
@@ -4,7 +4,7 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.133.0
image: matrixdotorg/synapse:v1.134.0
container_name: init-${CONTAINER_NAME}
entrypoint:
- /start.py
@@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008
synapse:
image: matrixdotorg/synapse:v1.133.0
image: matrixdotorg/synapse:v1.134.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"