-
-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy pathcompose.yml
More file actions
20 lines (20 loc) · 592 Bytes
/
compose.yml
File metadata and controls
20 lines (20 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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