Skip to content

Working dockerfile for peach-web

Max Fowler requested to merge peach-web into main

this is still a work-in-progress, but opening this PR to save it off my laptop

I've basically got the Dockerfile working with peach-web talking to go-sbot, using supervisorctl as the process manager

however, there are still a couple issues in places where peach-web was using specific systemctl features (such as monitoring memory usage of go-sbot)... so I need to do a bit more research

  • if I can achieve the same things with supervisorctl someway
  • if we can hide these features from the interface when deployed with docker
  • if there is some alternate approach

Merge request reports