mirror of
https://github.com/timerring/bilive.git
synced 2026-05-06 21:40:20 +08:00
20 lines
592 B
YAML
20 lines
592 B
YAML
services:
|
|
bilive:
|
|
#build:
|
|
# context: .
|
|
# dockerfile: Dockerfile # Dockerfile-GPU
|
|
image: ghcr.io/timerring/bilive:0.3.1 # ghcr.io/timerring/bilive-gpu:0.3.1
|
|
restart: always
|
|
container_name: bilive_docker
|
|
ports:
|
|
- "22333:2233"
|
|
tty: true
|
|
stdin_open: true
|
|
volumes:
|
|
- ./app:/app
|
|
- your/path/to/bilive.toml:/app/bilive.toml
|
|
- your/path/to/settings.toml:/app/settings.toml
|
|
- your/path/to/Videos:/app/Videos
|
|
- your/path/to/logs:/app/logs
|
|
environment:
|
|
- RECORD_KEY=your_record_password # your record password |