From 3ba230e6e977ce6e81ece19507b4d4cdd829df80 Mon Sep 17 00:00:00 2001 From: aki Date: Thu, 24 Apr 2025 02:49:36 +0800 Subject: [PATCH] chore: update Dockerfile to use Node.js 23-slim and adjust application.yml for plugin settings --- Dockerfile | 2 +- application.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a5935e..706dec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:23-slim WORKDIR /app diff --git a/application.yml b/application.yml index a1ad331..41d916b 100644 --- a/application.yml +++ b/application.yml @@ -30,12 +30,12 @@ lavalink: 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. youtube: false - bandcamp: true - soundcloud: true - twitch: true - vimeo: true - nico: true - http: true # warning: keeping HTTP enabled without a proxy configured could expose your server's IP address. + bandcamp: false + soundcloud: false + twitch: false + vimeo: false + nico: false + http: false # warning: keeping HTTP enabled without a proxy configured could expose your server's IP address. local: false filters: # All filters are enabled by default volume: true