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
Figure out the best way to Dockerize V2 of the bot. Need to determine what can live in the config file and what can / should be environment variables passed into the gamebot.
My first thought is to check for Docker in the load_config() method and if we detect a Docker instance then convert the environment variables into a similar config dictionary.
The text was updated successfully, but these errors were encountered:
Figure out the best way to Dockerize V2 of the bot. Need to determine what can live in the config file and what can / should be environment variables passed into the gamebot.
My first thought is to check for Docker in the
load_config()
method and if we detect a Docker instance then convert the environment variables into a similar config dictionary.The text was updated successfully, but these errors were encountered: