mirror of
https://github.com/fotoente/MIsskey-ebooks-bot
synced 2024-11-10 05:44:14 +00:00
11 lines
290 B
YAML
11 lines
290 B
YAML
version: "3"
|
|
|
|
services:
|
|
misskey-ebooks-bot:
|
|
image: fotoente/misskey-ebooks-bot
|
|
container_name: misskey-ebooks-bot
|
|
restart: always
|
|
volumes:
|
|
- ./bot.cfg:/usr/src/app/bot.cfg
|
|
- ./roboduck.db:/usr/src/app/roboduck.db
|
|
- ./markov.json:/usr/src/app/markov.json
|