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
[x] I have read and followed the project's contributing guidelines.
[x] My code follows the coding style of the project.
[x] I have ran pylint on any modified or new files.
[x] I have updated the documentation (if applicable).
[x] The code is ready for review.
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.
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.