Tom/docker-compose.yml

13 lines
313 B
YAML
Raw Normal View History

2021-07-27 23:39:49 +02:00
version: "2.1"
services:
bot-tom:
2021-07-28 22:46:55 +02:00
image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest
container_name: Bot-Tom
2021-07-27 23:39:49 +02:00
environment:
- ACCESS_TOKEN=yourAccessToken
- PREFIX=yourPrefix
- CHANNEL=yourChannel(s)
volumes:
- /here/your/path/:/db
2021-07-27 23:39:49 +02:00
restart: unless-stopped