Initial commit

This commit is contained in:
2022-12-18 16:09:12 +00:00
commit 4b12a2b12a
5 changed files with 232 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3'
services:
musicbot:
build:
context: .
args:
version: 0.3.8
image: musicbot
container_name: musicbot
volumes:
- ./data:/app
restart: unless-stopped