bhj / KaraokeEternal

Open karaoke party system
https://www.karaoke-eternal.com
ISC License
460 stars 70 forks source link

Move database to folder. #22

Closed vinaykapadia closed 4 years ago

vinaykapadia commented 4 years ago

I'm running this in a Docker container and I want to be able to keep the database in a volume. Moving the file to a folder lets me do that without having to put the entire thing in a volume.

bhj commented 4 years ago

Hey, thanks for the PR! The plan is for these KF_SERVER_xxx variables to eventually be settable via environment vars or CLI, we just aren't quite there yet. In the interim, please take a look at this approach and see if that helps?

vinaykapadia commented 4 years ago

Awesome, I'll close this PR then. Thanks!