Rapid deployment tool for Schemaverse
485
Rapid deployment tool for Schemaverse.
Source: https://github.com/frozenfoxx/schemaverse_dojo.
pip3 install schemaverse_dojo/etc/schemaverse_dojo/conf/dojo.conf with your player information.schemaverse_dojo will suffice.-h to see all overrides.cd [cloned repo root]python3 -m schemaverse_dojo.schemaverse_dojoThis tool can also be run as a Docker container. This assumes the player configuration files are on the host:
docker run \
-it \
--rm \
-e CONFIG='/data/dojo.conf' \
-e PLAYERSCONF='/data/players.conf \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /path/to/conf/dir/:/data \
frozenfoxx/schemaverse_dojo:latest
This project is licensed under the Apache License v2.0.
Content type
Image
Digest
Size
19.5 MB
Last updated
over 5 years ago
docker pull frozenfoxx/schemaverse_dojo