Files
bilive/compose.yml
FLY_MC 91d945414e build: add docker compose file (#222)
* Add Docker Compose file
* docs: update docs

---------

Co-authored-by: John Howe <89397553+timerring@users.noreply.github.com>
2025-03-24 16:40:29 +08:00

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