2021-07-27 23:39:49 +02:00
|
|
|
version: "2.1"
|
|
|
|
services:
|
2024-01-24 18:04:10 +01:00
|
|
|
tom:
|
|
|
|
image: git.mylloon.fr/confreriedukassoulait/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)
|
2021-07-29 01:25:00 +02:00
|
|
|
volumes:
|
2021-08-20 08:42:34 +02:00
|
|
|
- /here/your/path/:/opt/db
|
2021-07-27 23:39:49 +02:00
|
|
|
restart: unless-stopped
|