feat: add Songlify Telegram bot (#5)
continuous-integration/drone/push Build is passing Details

feat: add Songlify Telegram bot

Co-authored-by: Davide Polonio <poloniodavide@gmail.com>
Reviewed-on: #5
pull/6/head
Davide Polonio 2021-09-22 19:16:15 +00:00
parent 202c635397
commit 215d1403d7
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
version: '3.7'
services:
bot:
image: polpetta/songlify:latest
restart: always
entrypoint: /usr/bin/songlify
env_file:
- .env