You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
misskey-ebooks-bot/docker-compose.yml

12 lines
290 B

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