mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-22 02:57:49 +00:00
Added docker-compose for development
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: redis:7
|
||||
ports:
|
||||
- "6379:6379"
|
||||
lavalink:
|
||||
image: fredboat/lavalink:v3.6
|
||||
volumes:
|
||||
- ./.docker/lavalink.yml:/opt/Lavalink/application.yml
|
||||
ports:
|
||||
- "2333:2333"
|
||||
Reference in New Issue
Block a user