Updated docker configuration examples and instructions - #144
Open
AMufInABox wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since some people have been having some trouble with setting up the bot with Docker, I thought I'd update the instructions for it along with some of the configuration files so that they're more up to date with the repo.
gnomeddev/discord-tts-botasDiscord-TTS/Botdoesn't existnetwork_mode: "host"frombotandtts-serviceas it broke the DNS resolution when starting the botdatabaseand switched thebot'sdepends_onto wait on the database to be healthy and fortts-serviceto fully startgcp.jsonmount so that it just points to./gcp.jsondirectlyAWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_REGION) totts-serviceand created a new.env.examplefile due to Polly voices being required bytts-servicedocker-compose->docker compose(since docker composes is mainly v2 now).envand placing the GCP service key asgcp.json