Added docker-compose for development

This commit is contained in:
2022-11-12 19:37:37 +01:00
parent b702297b40
commit 2fb6d353f0
2 changed files with 74 additions and 0 deletions
+13
View File
@@ -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"