Browse Source

Link to Docker image

pull/2/head
Jérôme Deuchnord 2 years ago
parent
commit
e69d830cc3
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      README.md
  2. +1
    -3
      docker-compose.yml.dist

+ 1
- 1
README.md View File

@@ -27,7 +27,7 @@ More features will be available in the future.
## How do I use it? ## 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). 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. A Docker-Compose file is also available for facility.


### About the Twitch token ### About the Twitch token


+ 1
- 3
docker-compose.yml.dist View File

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


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

Loading…
Cancel
Save