Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-23 15:21:55 +00:00
parent 4ab91cf098
commit 9113da4d1c
17 changed files with 2 additions and 2 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.7
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