1
0

feat:优化bililive-recorder

This commit is contained in:
okxlin
2024-08-04 01:02:21 +08:00
parent f15b483d03
commit 7f8c469915
13 changed files with 170 additions and 112 deletions

View File

@@ -0,0 +1,23 @@
services:
recorder:
image: "bililive/recorder:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- "${WORK_SPACE_PATH}:/rec"
ports:
- "${PANEL_APP_PORT_HTTP}:2356"
environment:
- BREC_HTTP_BASIC_USER=${USER_NAME}
- BREC_HTTP_BASIC_PASS=${USER_PASSWORD}
- UMASK=${UMASK}
- PUID=${PUID}
- PGID=${PGID}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true