https://github.com/niki-on-github/portfolio-performance
Run Portfolio Performance inside a container.
https://github.com/niki-on-github/portfolio-performance
Last synced: about 2 months ago
JSON representation
Run Portfolio Performance inside a container.
- Host: GitHub
- URL: https://github.com/niki-on-github/portfolio-performance
- Owner: niki-on-github
- Created: 2025-11-17T18:22:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T00:39:59.000Z (5 months ago)
- Last Synced: 2026-01-15T08:04:13.528Z (5 months ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Performance
Run [**Portfolio Performance**](https://github.com/portfolio-performance/portfolio) inside a container for easy deployment on your homelab server.
## Quickstart
```
mkdir -p data
chown 1000:1000 data
docker run --rm -it -v $PWD/data:/data -p 5800:5800 ghcr.io/niki-on-github/portfolio-performance:v0
```
Open your webbrowser and navigate to `${IP}:5800`.