2021-07-27 23:39:49 +02:00
|
|
|
version: "2.1"
|
|
|
|
services:
|
2021-07-29 01:25:00 +02:00
|
|
|
bot-tom:
|
2021-07-28 22:46:55 +02:00
|
|
|
image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest
|
2021-07-29 01:25:00 +02:00
|
|
|
container_name: Bot-Tom
|
2021-07-27 23:39:49 +02:00
|
|
|
environment:
|
|
|
|
- ACCESS_TOKEN=yourAccessToken
|
|
|
|
- PREFIX=yourPrefix
|
|
|
|
- CHANNEL=yourChannel(s)
|
|
|
|
- DISCORD=yourDiscordLink
|
2021-07-29 01:25:00 +02:00
|
|
|
volumes:
|
|
|
|
- /here/your/path/:/db
|
2021-07-27 23:39:49 +02:00
|
|
|
restart: unless-stopped
|