Litestream environment variables #51
Replies: 1 comment
-
👋 Thanks for using it! You can totally use litestream without docker-compose, they have great documentation on how to do so. I'm not familiar with CapRover, but if you need everything to be within a single dockerfile/container, you can use setup a process manager like Otherwise, you can use litestream outside of that container and point it to the sqlite database file 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for creating snips - it's awesome.
Is there a way to run Litestream without the docker-compose file but instead just use some environment variables?
Background:
I'm running my own snips.sh on a CapRover instance. CapRover doesn't really support
docker-compose
without an (IMO) janky workaround.It does have great support for populating environment variables.
I do this in one of my own projects, where I have a
litestream.yml
included and environment variables entirely populate it; example.What do you think? Something worth exploring?
Beta Was this translation helpful? Give feedback.
All reactions