feat: 新增 Bililive-go (#2057)

This commit is contained in:
wanghe
2024-09-04 16:18:27 +08:00
committed by GitHub
parent 9a88904f68
commit a1fc9ca517
5 changed files with 167 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
@@ -0,0 +1,16 @@
services:
bililive-go:
image: chigusa/bililive-go:v0.7.33
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./data:/srv/bililive
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true