mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ani-rss:
|
ani-rss:
|
||||||
image: wushuo894/ani-rss:v2.1.8
|
image: wushuo894/ani-rss:v2.1.9
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
auto-lady:
|
auto-lady:
|
||||||
image: envyafish/byte-muse:1.16.6
|
image: envyafish/byte-muse:1.17.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:8.19.1
|
image: elasticsearch:8.19.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:9.1.1
|
image: elasticsearch:9.1.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
kibana:
|
kibana:
|
||||||
image: kibana:8.19.1
|
image: kibana:8.19.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
kibana:
|
kibana:
|
||||||
image: kibana:9.1.1
|
image: kibana:9.1.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ghost:
|
ghost:
|
||||||
image: ghost:6.0.0
|
image: ghost:6.0.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mailserver:
|
mailserver:
|
||||||
image: mailserver/docker-mailserver:15.0.2
|
image: mailserver/docker-mailserver:15.1.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:11.8.2
|
image: mariadb:12.0.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nexus3:
|
nexus3:
|
||||||
image: sonatype/nexus3:3.82.0-alpine
|
image: sonatype/nexus3:3.83.0-alpine
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -23,7 +23,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
rsshub:
|
rsshub:
|
||||||
image: diygod/rsshub:2025-08-11
|
image: diygod/rsshub:2025-08-12
|
||||||
container_name: rsshub-${CONTAINER_NAME}
|
container_name: rsshub-${CONTAINER_NAME}
|
||||||
depends_on:
|
depends_on:
|
||||||
- browserless
|
- browserless
|
||||||
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
synapse-init:
|
synapse-init:
|
||||||
image: matrixdotorg/synapse:v1.135.2
|
image: matrixdotorg/synapse:v1.136.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.135.2
|
image: matrixdotorg/synapse:v1.136.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- PORT=7789
|
- PORT=7789
|
||||||
- CONFIG=/config
|
- CONFIG=/config
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: wushuo894/ani-rss:v2.1.8
|
image: wushuo894/ani-rss:v2.1.9
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
|||||||
- HTTPS_PROXY=${HTTP_PROXY}
|
- HTTPS_PROXY=${HTTP_PROXY}
|
||||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||||
- NO_PROXY=${NO_PROXY:-}
|
- NO_PROXY=${NO_PROXY:-}
|
||||||
image: envyafish/byte-muse:1.16.6
|
image: envyafish/byte-muse:1.17.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user