Tom/docker-compose.yml
Mylloon 1a630d73dc
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
use correct directory
2024-01-24 20:58:16 +01:00

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