12 lines
304 B
YAML
12 lines
304 B
YAML
version: "2.1"
|
|
services:
|
|
tom:
|
|
image: git.mylloon.fr/confreriedukassoulait/tom:latest
|
|
container_name: Bot-Tom
|
|
environment:
|
|
- ACCESS_TOKEN=yourAccessToken
|
|
- PREFIX=yourPrefix
|
|
- CHANNEL=yourChannel(s)
|
|
volumes:
|
|
- /here/your/path/:/app/db
|
|
restart: unless-stopped
|