diff --git a/compose.yml b/compose.yml index fec6d1b..55c3da2 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ services: #build: # context: . # dockerfile: Dockerfile # Dockerfile-GPU - image: ghcr.io/timerring/bilive:latest # ghcr.io/timerring/bilive-gpu:latest + image: ghcr.io/timerring/bilive:0.3.0 # ghcr.io/timerring/bilive-gpu:0.3.0 restart: always container_name: bilive_docker ports: @@ -11,4 +11,10 @@ services: tty: true stdin_open: true volumes: - - ./app:/app \ No newline at end of file + - ./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 \ No newline at end of file