11 lines
309 B
YAML
11 lines
309 B
YAML
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
|