The KISS Twitch bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
166 B

  1. version: '3.8'
  2. services:
  3. bot:
  4. image: 'deuchnord/twason:unstable'
  5. env:
  6. TWITCH_TOKEN: 'SET_THIS_TOKEN'
  7. volumes:
  8. - './config:/home/bot/config'