GitXplorerGitXplorer
L

RedLavalinkDocker

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2b08fac6102b947c5ecc01de9e134d4fc0bc14d8

make sure we own the file

LLifeismana committed 2 years ago
Unverified
44f441716b3b53e49f657f6ca804d988e00682d2

unneeded arg

LLifeismana committed 2 years ago
Unverified
02268b7b229caca44c806a073e35e7abbdb47f58

maybe a fix

LLifeismana committed 2 years ago
Unverified
30415e060b1dc139fe036f954ddf9e77224c68f1

microfix

LLifeismana committed 2 years ago
Unverified
5cdd5a307b4752c9622748f12bf2529fd3497ca9

Bump actions/checkout from 2 to 3

ddependabot[bot] committed 2 years ago
Unverified
bb1062ca539d5a050f9ac2675fcad8763873d4d9

Bump actions/github-script from 4 to 6

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

Red Lavalink Docker Image

POC RedLavalink in a Docker container

Puts a lavalink jar from there in a multi arch container

Quick Start

Just run this:

docker run ghcr.io/lifeismana/redlavalinkdocker:latest

Docker Compose

As with any Docker run command, you can also specify it as a docker-compose.yml file for easier management. Here is an example:

version: "3.2"
services:
  red-lavalink:
    container_name: red-lavalink
    image: ghcr.io/lifeismana/redlavalinkdocker

Things to improve

Switching a release state from prereleased to released doesn't trigger a github action

Change the prerelease branch name ?