mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
releases
conjurer
Discord.py bot for fun, sex and BDSM
Docker quick start
Docker definitions live at the repository root and let you run the Discord bot
(thin_client.py), the musician file service, and the librarian search worker as
separate containers.
- Prepare configuration
- Edit the environment files under
docker/env/*.envand replace the placeholders (replace-me,shared-secret, etc.) with your real tokens. KeepCONJURER_API_KEYidentical across all services.
- Edit the environment files under
- Create host directories listed in
docker-compose.yml(for exampledocker/volumes/bot/config,docker/volumes/musician/data, …) and populate them with the required JSON settings or media assets. - Launch the stack
docker compose up --build
Logs for each container are mounted under docker/volumes/* so you can diff the
runtime JSON and log files in git if needed.
Languages
Python
99.7%
Shell
0.3%