Sign inSign up

talentlesshack/dragonhorde

By talentlesshack

Updated 7 months ago

this is a library downloader for dicecloud v2

Image
0

1.1K

talentlesshack/dragonhorde repository overview

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

Tag summary

Content type

Image

Digest

sha256:d4af3b962

Size

56.3 MB

Last updated

7 months ago

docker pull talentlesshack/dragonhorde