Tom/docker-compose.yml
Mylloon aafde87ee2
All checks were successful
ci/woodpecker/manual/publish Pipeline was successful
migration
* gitlab -> forgejo
* python 3.9 -> 3.11
* readme overhal
* format python file
* basic PIP convention
2024-01-24 18:04:10 +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/:/opt/db
restart: unless-stopped