bookwyrm
bookwyrm copied to clipboard
Installing on kubernetes: a few questions
Hi,
I'm creating a few kubernetes deployments for my future Bookworm instance. I have two questions:
- Do I need to mount the
/app
volume on every container, or can I just build an image with the/app
folder? I ask this because I don't know if that folder is static or not - I intend to use just one REDIS container, using two databases indexes, one for broker and another for activity. Is that ok?
Does it mean that I need the nginx container regardless if I have an nginx reverse-proxy? It didn't make much sense to me, so that's why I am asking.