Separate config & data paths in docker? #672
-
Is it possible to separate out the HB config from heavier data like photos etc? Most of my services do this, where my app configs are stored, for example, in so my compose would look something like:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When using the docker file all of the config is stored in environment variables. You can use https://homebox.software/en/configure.html to get a complete list of them. The database ones in particular are probably of most interest to you if you want to seperate the sqlite database from the media, or use postgres. |
Beta Was this translation helpful? Give feedback.
When using the docker file all of the config is stored in environment variables.
You can use https://homebox.software/en/configure.html to get a complete list of them. The database ones in particular are probably of most interest to you if you want to seperate the sqlite database from the media, or use postgres.