we only really need that to function anyway, other things like jellyfin will just not do anything and we have default value for avatar reset.
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
services:
|
|
bot:
|
|
restart: unless-stopped
|
|
build: .
|
|
environment:
|
|
- DISCORD=TOKEN_HERE
|
|
# volumes:
|
|
# Uncomment the config for advanced configuration like Jellyfin.
|
|
# - ./config.json:/app/config.json
|
|
# Uncomment avatars for an avatars folder it can rotate through.
|
|
# - ./avatars:/app/avatars
|
|
|