Self-hostable unofficial API for Midjourney Discord bot
-
Make a copy of
.env.template
and fill in the necessary credentials.cp .env.template .env vim .env
-
Build and run the compose file, this will spin up a redis service (for task queue), a FastAPI server, and an ARQ worker.
docker compose up --build