this is a library downloader for dicecloud v2
1.1K
dragonhorde is a docker container built to access libraries off of dicecloud v2. this allows the importation and saving of the custom libraries that other people have made in dicecloud. the compose file is as follows:
services:
dragonhorde:
build: .
container_name: dragonhorde
ports:
- "8000:8000"
volumes:
- ./data:/data
environment:
- DRAGONHORDE_DB=/data/dragonhorde.db
restart: unless-stopped
Content type
Image
Digest
sha256:d4af3b962…
Size
56.3 MB
Last updated
7 months ago
docker pull talentlesshack/dragonhorde