docs(docker): clarify userbot mode in compose/run-bot, bot token optional
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
# Just bring it up — everything (incl. Ollama models) comes up automatically:
|
||||
# docker compose up -d --build
|
||||
#
|
||||
# The Discord token can be added LAST: without it the desktop, brain bridge,
|
||||
# Ollama and models all run; only the bot waits. Then put DISCORD_BOT_TOKEN in
|
||||
# .env and re-run `docker compose up -d`.
|
||||
# The Discord credential can be added LAST: without it the desktop, brain
|
||||
# bridge, Ollama and models all run; only the bot waits. This deployment runs
|
||||
# in userbot mode, so put DISCORD_SELFBOT_TOKEN in .env and re-run
|
||||
# `docker compose up -d`. (A normal-bot DISCORD_BOT_TOKEN is optional and only
|
||||
# needed for the legacy slash-command bot; leave it blank for userbot mode.)
|
||||
#
|
||||
# Watch the desktop: VNC viewer -> localhost:5901 (or browser -> localhost:6080)
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user