mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:2.313.0
|
||||
image: casbin/casdoor:2.315.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
image: linuxserver/jackett:0.24.1109
|
||||
image: linuxserver/jackett:0.24.1113
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -4,3 +4,12 @@ LIBRETRANSLATE_ROOT_PATH=/home/libretranslate
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5000
|
||||
|
||||
# 加载语言 [必填]
|
||||
LT_LOAD_ONLY=en,zh,ja,ko
|
||||
|
||||
# HTTP 代理
|
||||
HTTP_PROXY=
|
||||
|
||||
# 跳过代理地址
|
||||
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- LT_API_KEYS=true
|
||||
- HTTPS_PROXY=${HTTPS_PROXY:-}
|
||||
- NO_PROXY=${NO_PROXY:-}
|
||||
healthcheck:
|
||||
interval: 10s
|
||||
retries: 4
|
||||
@@ -26,6 +28,7 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5000
|
||||
restart: always
|
||||
tty: true
|
||||
volumes:
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/db:/app/db
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/db:/app/db:rw
|
||||
- ${LIBRETRANSLATE_ROOT_PATH}/models:/home/libretranslate/.local:rw
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- ENCRYPT_ENABLE=false
|
||||
- DB_HOST=mx-mongo
|
||||
- REDIS_HOST=mx-redis
|
||||
image: innei/mx-server:10.0.0
|
||||
image: innei/mx-server:10.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- DEMO=false
|
||||
- NODE_ENV=production
|
||||
- ENCRYPT_ENABLE=false
|
||||
image: innei/mx-server:10.0.0
|
||||
image: innei/mx-server:10.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user