Tom/docker-compose.yml

12 lines
309 B
YAML
Raw Normal View History

2021-07-27 23:39:49 +02:00
version: "2.1"
services:
twitchbot:
image: registry.gitlab.com/confreriedukassoulait/twitchbot:latest
container_name: TwitchBot
environment:
- ACCESS_TOKEN=yourAccessToken
- PREFIX=yourPrefix
- CHANNEL=yourChannel(s)
- DISCORD=yourDiscordLink
restart: unless-stopped