Files
mokuro-docker/compose.yaml
2025-09-07 02:50:45 -07:00

30 lines
742 B
YAML

---
services:
mokuro:
image: gitea.suda.codes/sudacode/mokuro-docker:latest
build:
context: .
dockerfile: Dockerfile
container_name: mokuro
user: 1000:1000
volumes:
- ~/S/japanese/manga:/mokuro/manga
command: mokuro --parent_dir "manga/One Piece Color" --disable_confirmation && ./zip.sh "manga/One Piece Color"
runtime: nvidia
restart: no
network_mode: host
tty: true
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
- compute
- video
environment:
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all