15 lines
303 B
YAML
15 lines
303 B
YAML
version: "3"
|
|
|
|
services:
|
|
bot:
|
|
build: .
|
|
environment:
|
|
BOT_TOKEN: ""
|
|
# specify a cache dir
|
|
# MUSIC_CACHE: "cache"
|
|
# preload music in queue (disable if you have slow internet)
|
|
# PRELOAD: "1"
|
|
# max cache size in bytes
|
|
# CACHE_SIZE: 300000000
|
|
|
|
tty: true
|