12 lines
355 B
YAML
12 lines
355 B
YAML
version: "2.1"
|
|
services:
|
|
kasbot:
|
|
image: ivanch/kasbot:latest
|
|
container_name: kasbot
|
|
environment:
|
|
- TOKEN=<Your Discord bot token here>
|
|
- SPOTIFY_CLIENT_ID=<Your Spotify dev client token here>
|
|
- SPOTIFY_CLIENT_SECRET=<Your Spotify dev client secret here>
|
|
- COMMAND_PREFIX=!
|
|
- SHARDS=3
|
|
restart: unless-stopped |