songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

compose.yml (198B)


      1 name: songs2slides
      2 
      3 services:
      4   bot:
      5     build:
      6       context: .
      7     environment:
      8       - API_URL
      9       - API_AUTH
     10     stop_signal: SIGINT
     11     ports:
     12       - '5000:5000'
     13     restart: unless-stopped