Added Discord bot 'Red bot'
This commit is contained in:
@@ -452,6 +452,18 @@ services:
|
||||
- 8181:8080
|
||||
- 8443:8443
|
||||
restart: unless-stopped
|
||||
|
||||
redbot:
|
||||
container_name: redbot
|
||||
image: phasecorex/red-discordbot
|
||||
volumes:
|
||||
- /docker-local/redbot:/data
|
||||
environment:
|
||||
- TOKEN=${REDBOT_TOKEN}
|
||||
- PREFIX=!
|
||||
- TZ=Pacific/Auckland
|
||||
- PUID=1000
|
||||
restart: unless-stopped
|
||||
|
||||
syncthing:
|
||||
image: syncthing/syncthing
|
||||
|
Reference in New Issue
Block a user