From a5fe2a1cee7f6a91e4486edf65a03eaf9a37ac3e Mon Sep 17 00:00:00 2001 From: Unknown <53575465+EndlessEevee@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:12:23 -0700 Subject: [PATCH] ok --- docker-compose.yml | 30 ------------------------------ package.json | 3 +-- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index fb75e7e..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,30 +0,0 @@ -services: - lavalink: - # pin the image version to Lavalink v4 - image: ghcr.io/lavalink-devs/lavalink:4 - container_name: lavalink - restart: unless-stopped - environment: - # set Java options here - - _JAVA_OPTIONS=-Xmx6G - # set lavalink server port - - SERVER_PORT=2333 - # set password for lavalink - - LAVALINK_SERVER_PASSWORD=youshallnotpass - volumes: - # mount application.yml from the same directory or use environment variables - - ./application.yml:/opt/Lavalink/application.yml - # persist plugins between restarts, make sure to set the correct permissions (user: 322, group: 322) - - ./plugins/:/opt/Lavalink/plugins/ - networks: - - lavalink - expose: - # lavalink exposes port 2333 to connect to for other containers (this is for documentation purposes only) - - 2333 - ports: - # you only need this if you want to make your lavalink accessible from outside of containers - - "2333:2333" -networks: - # create a lavalink network you can add other containers to, to give them access to Lavalink - lavalink: - name: lavalink \ No newline at end of file diff --git a/package.json b/package.json index 0b694c9..0a96ee0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "moment": "^2.29.4", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.39", - "mongodb": "^6.5.0", "mongoose": "^6.8.0", "ms": "^2.1.3", "node-fetch": "^2.6.6", @@ -73,4 +72,4 @@ "weather-js": "^2.0.0", "ytdl-core": "^4.11.2" } -} +} \ No newline at end of file