chore: update Songlify to 0.2.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/6/head
Davide Polonio 2021-09-28 15:36:16 +02:00
parent 215d1403d7
commit ed9c34fb74
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
env-* env-*
config/ config/
.env .env
.idea/

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
bot: bot:
image: polpetta/songlify:latest image: polpetta/songlify:0.2.0
restart: always restart: always
entrypoint: /usr/bin/songlify entrypoint: /usr/bin/songlify
env_file: env_file: