Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-19 03:25:37 +00:00
parent 026b8c1745
commit e71db29970
87 changed files with 169 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.306
image: wushuo894/ani-rss:v1.1.307
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.842.0
image: casbin/casdoor:v1.843.0
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -20,7 +20,7 @@ services:
- /dozzle
- healthcheck
timeout: 30s
image: amir20/dozzle:v8.11.3
image: amir20/dozzle:v8.11.4
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- MINIO_BROWSER_REDIRECT=true
extra_hosts:
- ${MINIO_SERVER_HOST:-localhost}:127.0.0.1
image: minio/minio:RELEASE.2025-02-07T23-21-09Z
image: minio/minio:RELEASE.2025-02-18T16-25-55Z
labels:
createdBy: Apps
logging:
@@ -19,7 +19,7 @@ services:
- AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt
- HTTP_PROXY=${PROXY_HOST}
- HTTPS_PROXY=${PROXY_HOST}
image: jxxghp/moviepilot-v2:2.2.9
image: jxxghp/moviepilot-v2:2.3.0
labels:
createdBy: Apps
logging:
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
NEXUS3_ROOT_PATH=/home/nexus3
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8081
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
nexus3:
container_name: nexus3
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: sonatype/nexus3:3.77.1-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8081
restart: always
volumes:
- ${NEXUS3_ROOT_PATH}/data:/nexus-data
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+1 -1
View File
@@ -18,7 +18,7 @@ services:
- 53
- 53/udp
- ${PANEL_APP_PORT_HTTP}
image: pihole/pihole:2024.07.0
image: pihole/pihole:2025.02.0
labels:
createdBy: Apps
network_mode: host
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: pihole/pihole:2024.07.0
image: pihole/pihole:2025.02.0
labels:
createdBy: Apps
networks: