Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-21 15:20:25 +00:00
parent 9ebdb17261
commit fb88277a26
18 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.4.1
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