You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The music functionality requires one to setup a google developer account, and also increases the size + build time of the docker image. I think it could be desirable to enable one to run the bot without needing the dependencies and the API keys etc.
I see that we have the ENABLE_MUSIC environment variable - it would be pretty trivial to modify our Dockerfile and docker-compose.yml files to use docker multistage builds to enable rapid iteration/testing without having to run apt etc.
The text was updated successfully, but these errors were encountered:
The music functionality requires one to setup a google developer account, and also increases the size + build time of the docker image. I think it could be desirable to enable one to run the bot without needing the dependencies and the API keys etc.
I see that we have the
ENABLE_MUSIC
environment variable - it would be pretty trivial to modify ourDockerfile
anddocker-compose.yml
files to use docker multistage builds to enable rapid iteration/testing without having to runapt
etc.The text was updated successfully, but these errors were encountered: