Running PP as Docker container

Hi all - love this tool - but don’t really speak / understand German. i am better at Docker, and even built and run my first ever images from GitHub using this site though - GitHub - devben-io/docker-portfolio: Dockerized version of Portfolio Performance - An open source tool to calculate the overall performance of an investment portfolio - however its old and cannot read latest file formats. Could someone summarize where things stand with getting this tool working as a docker container service? (thks in advance)

Hi,

I use this Docker Compiler file:

docker file

version: ‘3’
services:
PortfolioPerformance:
image: ich777/portfolio-performance
expose:
- “8080”
ports:
- 8080:8080
environment:
- CUSTOM_RES_W=1280
- CUSTOM_RES_W=1024
- UMASK=0000
- UID=99
- GID=100
- TZ=“Europe/Berlin”
restart: unless-stopped
volumes:
- /root/portfolio/basisdata:/portfolio
- /root/portfolio/data_local:/portfolio/workspace
- /root/portfolio/data:/portfolio/workspace/nas

1 Like

It worked!

used <ip_addr:port>/vnc.html to get going
tried to change the custom_res to 1920x1080 but didn’t take. Anyway the noVNC client has scaling on local side

I do have another tool called Logseq - brilliant personal knowledge mgmt tool that is only available as a desktop app. Look forward to when someone can do similar with that…

1 Like