Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-05 18:32:10 +00:00
parent 93f2c593fa
commit 0acf65a726
65 changed files with 10 additions and 10 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.8
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