Initial h-play app
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
private-library:
|
||||
build: .
|
||||
container_name: private-library
|
||||
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
|
||||
Reference in New Issue
Block a user