Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-11 04:05:30 +00:00
parent 62583de571
commit 728bb1cd75
142 changed files with 17 additions and 17 deletions
+23
View File
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
kspeeder:
container_name: kspeeder
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: linkease/kspeeder:0.3.3
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5003
- ${PANEL_APP_PORT_API}:5443
restart: always
volumes:
- ${KSPEEDER_ROOT_PATH}/data:/kspeeder-data
- ${KSPEEDER_ROOT_PATH}/config:/kspeeder-config