chore: update Songlify to 0.2.0 #6
|
@ -1,3 +1,4 @@
|
||||||
env-*
|
env-*
|
||||||
config/
|
config/
|
||||||
.env
|
.env
|
||||||
|
.idea/
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue