Processed apps directory via GitHub Actions
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
||||
- MODE=astrbot
|
||||
- NAPCAT_UID=${NAPCAT_UID:-1000}
|
||||
- NAPCAT_GID=${NAPCAT_GID:-1000}
|
||||
image: mlikiowa/napcat-docker:v4.8.110
|
||||
image: mlikiowa/napcat-docker:v4.8.113
|
||||
mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02}
|
||||
networks:
|
||||
- 1panel-network
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
image: ghcr.io/nodepassproject/nodepassdash:3.0.0
|
||||
image: ghcr.io/nodepassproject/nodepassdash:3.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
image: lejianwen/rustdesk-api:v2.6.28
|
||||
image: lejianwen/rustdesk-api:v2.6.29
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
- WEBLATE_ALLOWED_HOSTS=*
|
||||
- POSTGRES_DATABASE=weblate
|
||||
- CLIENT_MAX_BODY_SIZE=200M
|
||||
image: weblate/weblate:5.13.2.0
|
||||
image: weblate/weblate:5.13.3.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
- MODE=astrbot
|
||||
- NAPCAT_UID=${NAPCAT_UID:-1000}
|
||||
- NAPCAT_GID=${NAPCAT_GID:-1000}
|
||||
image: mlikiowa/napcat-docker:v4.8.110
|
||||
image: mlikiowa/napcat-docker:v4.8.113
|
||||
mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02}
|
||||
networks:
|
||||
- 1panel-network
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
image: ghcr.io/nodepassproject/nodepassdash:2.2.1
|
||||
image: ghcr.io/nodepassproject/nodepassdash:3.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
image: ghcr.io/nodepassproject/nodepassdash:3.0.0
|
||||
image: ghcr.io/nodepassproject/nodepassdash:2.2.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -4,7 +4,7 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
|
||||
# WebUI API 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=21114
|
||||
|
||||
# NAT 服务端口 [必填]
|
||||
# NAT 测试服务端口 [必填]
|
||||
PANEL_APP_PORT_NAT=21115
|
||||
|
||||
# ID 服务端口 [必填]
|
||||
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
rustdesk-api:
|
||||
rustdesk:
|
||||
container_name: rustdesk-api
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -10,33 +10,16 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
image: lejianwen/rustdesk-api:v2.6.28
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:21114
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config
|
||||
rustdesk-server-s6:
|
||||
container_name: server-rustdesk-api
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
- RELAY=${RUSTDESK_SERVER_URL}
|
||||
- ENCRYPTED_ONLY=1
|
||||
image: rustdesk/rustdesk-server-s6:latest
|
||||
- MUST_LOGIN=N
|
||||
image: lejianwen/rustdesk-server-s6:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:21114
|
||||
- ${PANEL_APP_PORT_NAT}:21115
|
||||
- ${PANEL_APP_PORT_ID}:21116
|
||||
- ${PANEL_APP_PORT_ID}:21116/udp
|
||||
@@ -46,5 +29,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config
|
||||
- ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run
|
||||
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run
|
||||
|
||||
@@ -4,7 +4,7 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
|
||||
# WebUI API 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=21114
|
||||
|
||||
# NAT 测试服务端口 [必填]
|
||||
# NAT 服务端口 [必填]
|
||||
PANEL_APP_PORT_NAT=21115
|
||||
|
||||
# ID 服务端口 [必填]
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
rustdesk:
|
||||
rustdesk-api:
|
||||
container_name: rustdesk-api
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -10,16 +10,33 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
image: lejianwen/rustdesk-api:v2.6.29
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:21114
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config
|
||||
rustdesk-server-s6:
|
||||
container_name: server-rustdesk-api
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
- RELAY=${RUSTDESK_SERVER_URL}
|
||||
- ENCRYPTED_ONLY=1
|
||||
- MUST_LOGIN=N
|
||||
image: lejianwen/rustdesk-server-s6:latest
|
||||
image: rustdesk/rustdesk-server-s6:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:21114
|
||||
- ${PANEL_APP_PORT_NAT}:21115
|
||||
- ${PANEL_APP_PORT_ID}:21116
|
||||
- ${PANEL_APP_PORT_ID}:21116/udp
|
||||
@@ -29,7 +46,5 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config
|
||||
- ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run
|
||||
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
- WEBLATE_ALLOWED_HOSTS=*
|
||||
- POSTGRES_DATABASE=weblate
|
||||
- CLIENT_MAX_BODY_SIZE=200M
|
||||
image: weblate/weblate:5.13.2.0
|
||||
image: weblate/weblate:5.13.3.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user