bookwyrm icon indicating copy to clipboard operation
bookwyrm copied to clipboard

Installing on kubernetes: a few questions

Open oculos opened this issue 1 year ago • 0 comments

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.

oculos avatar Dec 15 '23 14:12 oculos