accept discord token as env
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.
This commit is contained in:
@@ -2,6 +2,11 @@ services:
|
||||
bot:
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
- ./avatars:/app/avatars
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user