Files
h-play/docker-compose.yml
T
2026-09-15 15:23:28 +02:00

17 lines
417 B
YAML

services:
h-player:
build: .
container_name: h-player
ports:
- "127.0.0.1:3000:3000"
environment:
LIBRARY_DIR: /library
DATA_DIR: /data
# Uncomment these to require browser Basic Auth.
# AUTH_USERNAME: viewer
# AUTH_PASSWORD: change-me
volumes:
- /mnt/hdd1/Video/Hentai:/library:ro
- /mnt/ssd2/docker_data/h-play:/data
restart: unless-stopped