2022-08-21 23:22:12 +02:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
bot:
|
|
|
|
build: .
|
|
|
|
environment:
|
|
|
|
BOT_TOKEN: ""
|
2022-08-22 00:42:02 +02:00
|
|
|
# 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
|
|
|
|
|
2022-08-21 23:22:12 +02:00
|
|
|
tty: true
|