13 lines
345 B
YAML
13 lines
345 B
YAML
version: "2.1"
|
|
services:
|
|
bot-tom:
|
|
image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest
|
|
container_name: Bot-Tom
|
|
environment:
|
|
- ACCESS_TOKEN=yourAccessToken
|
|
- PREFIX=yourPrefix
|
|
- CHANNEL=yourChannel(s)
|
|
- DISCORD=yourDiscordLink
|
|
volumes:
|
|
- /here/your/path/:/db
|
|
restart: unless-stopped
|