Tom/docker-compose.yml
2021-07-28 22:46:55 +02:00

11 lines
307 B
YAML

version: "2.1"
services:
twitchbot:
image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest
container_name: TwitchBot
environment:
- ACCESS_TOKEN=yourAccessToken
- PREFIX=yourPrefix
- CHANNEL=yourChannel(s)
- DISCORD=yourDiscordLink
restart: unless-stopped