A containerized version of Shoujo's Queso Queue Plus bot.
422
This is a containerized version of Shoujo's Queso Queue Plus bot. Please see this container's or upstream's repositories for more information.
Use the dev tag unless you have some reason to use a specific version. There is no latest tag, as upstream is not versioned and thus no version should be considered "stable".
This section is taken from the container's Github, and refers to some files that exist in the repository. Please refer to the repository for full information.
'), and each option uses
double quotes (").docker compose up or
docker-compose up (depending on your system configuration, either may work).
Make sure there are no error messages printed out on screen, and then pop into
your Twitch chat to test out the bot (try !adding a level code, try !list).docker compose up -d and stop it with docker compose stop (with or
without the dash, as above).docker compose rm -v to remove the container and its
anonymous volume, forcing the configuration to be regenerated the next time
it starts.Updating automatically is strongly discouraged, as the upstream bot is neither versioned nor stable, so any change could be breaking. While this container is manually tested every version, and tries to act as a forward compatibility layer, no guarantees can be made that an update will not break your setup.
To update, it is always recommended to remove the container first with either
docker compose down -v or docker compose rm -v, then pull the latest version
with docker compose pull and start it non-detached to ensure it works without
issues.
Should you run into any issues, please double check the documentation (the env file in particular) to see if anything changed; you can also check the commit history of this repository to see what changes specifically were made. If you cannot solve the issue, please open an issue and we'll try to help.
Content type
Image
Digest
sha256:6dd7f30c2…
Size
63.3 MB
Last updated
almost 4 years ago
docker pull demize/quesoqueue:dev