Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docker compose to work out of the box #474

Merged
merged 1 commit into from
Sep 1, 2023
Merged

fix docker compose to work out of the box #474

merged 1 commit into from
Sep 1, 2023

Conversation

shepherdjerred
Copy link
Contributor

@shepherdjerred shepherdjerred commented Aug 30, 2023

There were a lot of issues with the existing Docker Compose file:

  • The mongodb URL was incorrect
  • mongodb was not running in replica mode, so Prisma was throwing errors because it could not use transactions
  • The compose file was not using the official lavalink Docker image

With these changes, the Docker Compose file works as expected, and you can run docker compose up -d to start the Discord bot.

@appujet appujet merged commit 5c0c59a into appujet:main Sep 1, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants