mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a6685da94 |
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@957af03d760b2c87fc65cb95628f6d5f95d9c578 # v46.0.0
|
||||
with:
|
||||
|
||||
+3
-3
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
adguardhome:
|
||||
image: adguard/adguardhome:v0.107.77
|
||||
image: adguard/adguardhome:v0.107.76
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${ADGUARDHOME_ROOT_PATH}/work:/opt/adguardhome/work
|
||||
- ${ADGUARDHOME_ROOT_PATH}/conf:/opt/adguardhome/conf
|
||||
- ${ADGUARDHOME_ROOT_PATH}/workdir:/my/own/workdir
|
||||
- ${ADGUARDHOME_ROOT_PATH}/confdir:/my/own/confdir
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 11 KiB |
+2
-2
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
napcat:
|
||||
image: mlikiowa/napcat-docker:v4.18.6
|
||||
image: mlikiowa/napcat-docker:v4.18.4
|
||||
container_name: napcat-${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- NAPCAT_UID=${NAPCAT_UID:-1000}
|
||||
- NAPCAT_GID=${NAPCAT_GID:-1000}
|
||||
astrbot:
|
||||
image: soulter/astrbot:v4.25.5
|
||||
image: soulter/astrbot:v4.25.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
astrbot:
|
||||
image: soulter/astrbot:v4.25.5
|
||||
image: soulter/astrbot:v4.25.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
baihu-panel:
|
||||
image: ghcr.io/engigu/baihu:1.1.14
|
||||
image: ghcr.io/engigu/baihu:1.1.6
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
bonita:
|
||||
image: suwmlee/bonita:0.27.1
|
||||
image: suwmlee/bonita:0.24.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
bookstack:
|
||||
image: linuxserver/bookstack:26.05.1
|
||||
image: linuxserver/bookstack:26.03.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
clouddrive2:
|
||||
image: cloudnas/clouddrive2:1.0.10
|
||||
image: cloudnas/clouddrive2:1.0.8
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
cloudreve:
|
||||
image: cloudreve/cloudreve:4.16.1
|
||||
image: cloudreve/cloudreve:4.16.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
cloudsaver:
|
||||
image: jiangrui1994/cloudsaver:0.8.4
|
||||
image: jiangrui1994/cloudsaver:0.8.3
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -6,7 +6,7 @@ networks:
|
||||
|
||||
services:
|
||||
dujiaonext-api:
|
||||
image: dujiaonext/api:v1.2.2
|
||||
image: dujiaonext/api:v1.2.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
depends_on:
|
||||
dujiaonext-api:
|
||||
condition: service_healthy
|
||||
image: dujiaonext/admin:v1.2.2
|
||||
image: dujiaonext/admin:v1.2.1
|
||||
container_name: admin-${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
depends_on:
|
||||
dujiaonext-api:
|
||||
condition: service_healthy
|
||||
image: dujiaonext/user:v1.2.2
|
||||
image: dujiaonext/user:v1.2.1
|
||||
container_name: user-${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
element-web:
|
||||
image: vectorim/element-web:v1.12.21
|
||||
image: vectorim/element-web:v1.12.20
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:6.45.0
|
||||
image: ghost:6.43.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
image: ghcr.io/leslieleung/glean-backend:0.2.6
|
||||
image: ghcr.io/leslieleung/glean-backend:0.2.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -87,7 +87,7 @@ services:
|
||||
condition: service_healthy
|
||||
backend:
|
||||
condition: service_healthy
|
||||
image: ghcr.io/leslieleung/glean-backend:0.2.6
|
||||
image: ghcr.io/leslieleung/glean-backend:0.2.5
|
||||
container_name: ${CONTAINER_NAME}-worker
|
||||
environment:
|
||||
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
|
||||
@@ -104,7 +104,7 @@ services:
|
||||
web:
|
||||
depends_on:
|
||||
- backend
|
||||
image: ghcr.io/leslieleung/glean-web:0.2.6
|
||||
image: ghcr.io/leslieleung/glean-web:0.2.5
|
||||
container_name: ${CONTAINER_NAME}-web
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP:-80}:80"
|
||||
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
halo:
|
||||
image: halohub/halo:2.25.1
|
||||
image: halohub/halo:2.24.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
halo:
|
||||
image: halohub/halo:2.25.1
|
||||
image: halohub/halo:2.24.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user