portfolixir

Home Deployment

Portfolixir is currently a reboot foundation, not a production-ready service. For a small local or home setup, run it from source with Docker Compose.

Prerequisites

Start

docker compose up --build

Open the app at:

http://localhost:4000

Reset

If the local database contains old prototype data, reset the Compose volume:

docker compose down -v
docker compose up --build

Notes