Parcourir la source

Link to Docker image

pull/2/head
Jérôme Deuchnord il y a 2 ans
Parent
révision
e69d830cc3
2 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. +1
    -1
      README.md
  2. +1
    -3
      docker-compose.yml.dist

+ 1
- 1
README.md Voir le fichier

@@ -27,7 +27,7 @@ More features will be available in the future.
## How do I use it?

Twason is currently in development and may contain bugs, but it is globally usable. Actually, I'm using it on [my Twitch channel](https://twitch.tv/jdeuchnord).
The simplest (and safest) way to use it is to use the Docker image: `deuchnord/twason`.
The simplest (and safest) way to use it is to use the Docker image: [`deuchnord/twason`](https://hub.docker.com/r/deuchnord/twason).
A Docker-Compose file is also available for facility.

### About the Twitch token


+ 1
- 3
docker-compose.yml.dist Voir le fichier

@@ -2,9 +2,7 @@ version: '3.8'

services:
bot:
build:
dockerfile: Dockerfile
context: .
image: 'deuchnord/twason:unstable'
env:
TWITCH_TOKEN: 'SET_THIS_TOKEN'
volumes:

Chargement…
Annuler
Enregistrer