Skip to content

Commit

Permalink
Merge pull request SudhanPlayz#1260 from astindev/patch-1
Browse files Browse the repository at this point in the history
Fixed docker-compose lavalink with stable version, updated readme
  • Loading branch information
LewdHuTao authored Sep 4, 2023
2 parents deaff6d + 23960ec commit 7ae8d5b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,25 @@ What do you gain from it? Let us explain:

## 📝 | Tutorial

Soon
### 🐳 Docker
> The `config.js` file should be configured with the host `"lavalink"`, and you should use the same `password` as in `docker/application.yml`.
Build and start bot and lavalink
```sh
docker-compose up -d --build
```
### 💪🏻 Non-Docker
> The `config.js` file should be configured first. Don't forget to add a lavalink host
Install all dependencies and deploy Slash Commands
```sh
npm install
npm run deploy
```
Start the bot
```sh
node index.js
```

## 📝 | [Support Server](https://discord.gg/sbySMS7m3v)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./config.js:/usr/src/app/config.js:ro

lavalink:
image: fredboat/lavalink:dev
image: fredboat/lavalink:439f122
container_name: music-lavalink
hostname: lavalink
restart: unless-stopped
Expand Down

0 comments on commit 7ae8d5b

Please sign in to comment.