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