aaronrai24 / DollarDiscordBot

All-in-one discord bot that plays music, moderates, and gets video game stats
MIT License
1 stars 0 forks source link

Docker Update #97

Closed aaronrai24 closed 2 months ago

aaronrai24 commented 2 months ago

Description

This pull request contains changes related to containerizing the application, setting up Lavalink and PostgreSQL database, and mapping the init.sql file into the database.

Changes

Containerized the application using Docker. Set up Lavalink and connected the Dollar bot to it. Set up a PostgreSQL database and connected the Dollar bot to it. Mapped the init.sql file into the PostgreSQL database.

Related Issues

90

Screenshots (if applicable)

None

Checklist

Additional Comments

The changes in this pull request will make it easier to develop and deploy the application, as everything is now containerized and can be easily set up on any machine. The use of Docker also ensures that the application will run in the same environment across different machines, reducing the chances of encountering environment-specific issues.