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

This commit is contained in:
新疆萌森软件开发工作室 2024-11-15 10:54:53 +08:00
commit cfc0afe2a5
31 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ networks:
external: true external: true
services: services:
maxkb: maxkb:
image: 1panel/maxkb:v1.7.1 image: 1panel/maxkb:v1.7.2
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
movie-pilot-v2: movie-pilot-v2:
image: jxxghp/moviepilot-v2:2.0.3 image: jxxghp/moviepilot-v2:2.0.4
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
nezha-dash: nezha-dash:
image: hamster1963/nezha-dash:v1.2.8 image: hamster1963/nezha-dash:v1.2.9
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
nezha-dashboard: nezha-dashboard:
image: ghcr.io/naiba/nezha-dashboard:v0.20.10 image: ghcr.io/naiba/nezha-dashboard:v0.20.13
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
pingvin-share: pingvin-share:
image: stonith404/pingvin-share:v1.2.4 image: stonith404/pingvin-share:v1.3.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
synapse-init: synapse-init:
image: matrixdotorg/synapse:v1.118.0 image: matrixdotorg/synapse:v1.119.0
container_name: init-${CONTAINER_NAME} container_name: init-${CONTAINER_NAME}
entrypoint: entrypoint:
- /start.py - /start.py
@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true - SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008 - SYNAPSE_HTTP_PORT=8008
synapse: synapse:
image: matrixdotorg/synapse:v1.118.0 image: matrixdotorg/synapse:v1.119.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"