Create Application KSpeeder

This commit is contained in:
arch3rPro
2025-07-01 00:01:37 +08:00
parent fe5fdb7b55
commit e3d24743f5
6 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
kspeeder:
image: linkease/kspeeder:latest
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:5443
- ${PANEL_APP_PORT_MANAGE}:5003
volumes:
- ./kspeeder-data:/kspeeder-data
- ./kspeeder-config:/kspeeder-config
restart: unless-stopped
labels:
createdBy: "Apps"