Dump lavalink and plugin version
This commit is contained in:
@@ -101,7 +101,6 @@ services:
|
||||
# - 8000:8000
|
||||
# networks:
|
||||
# - vocard
|
||||
# - web
|
||||
|
||||
vocard:
|
||||
container_name: vocard
|
||||
|
||||
@@ -5,7 +5,7 @@ RUN groupadd -g 322 lavalink && \
|
||||
|
||||
WORKDIR /opt/Lavalink
|
||||
|
||||
ADD --chown=lavalink:lavalink https://github.com/lavalink-devs/Lavalink/releases/download/4.0.8/Lavalink.jar .
|
||||
ADD --chown=lavalink:lavalink https://github.com/lavalink-devs/Lavalink/releases/download/4.1.1/Lavalink.jar .
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends netcat-openbsd && \
|
||||
|
||||
@@ -100,9 +100,9 @@ plugins:
|
||||
recommendationsLoadLimit: 10 # Number of tracks
|
||||
lavalink:
|
||||
plugins:
|
||||
- dependency: "dev.lavalink.youtube:youtube-plugin:1.13.2" # Please check the latest version at https://github.com/lavalink-devs/youtube-source/releases
|
||||
- dependency: "dev.lavalink.youtube:youtube-plugin:1.13.3" # Please check the latest version at https://github.com/lavalink-devs/youtube-source/releases
|
||||
snapshot: false
|
||||
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.6.0" # Please check the latest version at https://github.com/topi314/LavaSrc/releases
|
||||
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.7.0" # Please check the latest version at https://github.com/topi314/LavaSrc/releases
|
||||
snapshot: false
|
||||
# - dependency: "com.github.example:example-plugin:1.0.0" # required, the coordinates of your plugin
|
||||
# repository: "https://maven.example.com/releases" # optional, defaults to the Lavalink releases repository by default
|
||||
|
||||
Reference in New Issue
Block a user