Problem
Currently Memorwise lacks a Docker Compose setup and built-in authentication, making it impractical to deploy on a VPS in a secure and reproducible way.
Requested features
docker-compose.yml with all required services (app, DB, reverse proxy)
Basic authentication (login/password or token) to protect the instance from public access
.env.example with all configurable variables documented
Why
Many users want to run Memorwise on their own infrastructure without exposing it publicly (I'm one of them)
A Compose file + auth layer would make this straightforward and safe.
Problem
Currently Memorwise lacks a Docker Compose setup and built-in authentication, making it impractical to deploy on a VPS in a secure and reproducible way.
Requested features
docker-compose.yml with all required services (app, DB, reverse proxy)
Basic authentication (login/password or token) to protect the instance from public access
.env.example with all configurable variables documented
Why
Many users want to run Memorwise on their own infrastructure without exposing it publicly (I'm one of them)
A Compose file + auth layer would make this straightforward and safe.