chore: update Dockerfile to use Node.js 23-slim and adjust application.yml for plugin settings
This commit is contained in:
parent
253f369a89
commit
3ba230e6e9
@ -1,4 +1,4 @@
|
|||||||
FROM node:18-alpine
|
FROM node:23-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
@ -30,12 +30,12 @@ lavalink:
|
|||||||
sources:
|
sources:
|
||||||
# The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
|
# The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
|
||||||
youtube: false
|
youtube: false
|
||||||
bandcamp: true
|
bandcamp: false
|
||||||
soundcloud: true
|
soundcloud: false
|
||||||
twitch: true
|
twitch: false
|
||||||
vimeo: true
|
vimeo: false
|
||||||
nico: true
|
nico: false
|
||||||
http: true # warning: keeping HTTP enabled without a proxy configured could expose your server's IP address.
|
http: false # warning: keeping HTTP enabled without a proxy configured could expose your server's IP address.
|
||||||
local: false
|
local: false
|
||||||
filters: # All filters are enabled by default
|
filters: # All filters are enabled by default
|
||||||
volume: true
|
volume: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user