feat(play.js): add source option for track search and enhance search logic

This commit is contained in:
2025-04-24 02:50:11 +08:00
parent 3ba230e6e9
commit 9d7ff5e7e7
2 changed files with 40 additions and 7 deletions

View File

@@ -12,8 +12,8 @@ services:
# Removed LAVALINK_PLUGIN_URLS environment variable
volumes:
- ./application.yml:/opt/Lavalink/application.yml:ro,Z
# Mount local plugins directory into the container
- ./plugins:/plugins:ro
# Mount local plugins directory into the container with SELinux label
- ./plugins:/plugins:ro,Z
# Add healthcheck to verify Lavalink is ready
healthcheck:
# Use CMD-SHELL to allow environment variable expansion for the password