Mylloon
aafde87ee2
All checks were successful
ci/woodpecker/manual/publish Pipeline was successful
* gitlab -> forgejo * python 3.9 -> 3.11 * readme overhal * format python file * basic PIP convention
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/:/opt/db
|
|
restart: unless-stopped
|