feat: add Songlify Telegram bot Co-authored-by: Davide Polonio <poloniodavide@gmail.com> Reviewed-on: #5pull/6/head
parent
202c635397
commit
215d1403d7
|
@ -0,0 +1,10 @@
|
|||
version: '3.7'
|
||||
|
||||
services:
|
||||
bot:
|
||||
image: polpetta/songlify:latest
|
||||
restart: always
|
||||
entrypoint: /usr/bin/songlify
|
||||
env_file:
|
||||
- .env
|
||||
|
Loading…
Reference in New Issue