mirror of
https://github.com/timerring/bilive.git
synced 2026-05-07 22:05:55 +08:00
* Add Docker Compose file * docs: update docs --------- Co-authored-by: John Howe <89397553+timerring@users.noreply.github.com>
14 lines
334 B
YAML
14 lines
334 B
YAML
services:
|
|
bilive:
|
|
#build:
|
|
# context: .
|
|
# dockerfile: Dockerfile # Dockerfile-GPU
|
|
image: ghcr.io/timerring/bilive:latest # ghcr.io/timerring/bilive-gpu:latest
|
|
restart: always
|
|
container_name: bilive_docker
|
|
ports:
|
|
- "22333:2233"
|
|
tty: true
|
|
stdin_open: true
|
|
volumes:
|
|
- ./app:/app |