overmind
overmind copied to clipboard
Process manager for Procfile-based applications and tmux
Hey, I am thinking about running `overmind` in my Docker image as an entrypoint to run a few other programs. It would be nice if there would be a docker...
Hi I am currently using overmind in a docker development setup where my application generates json logs and outputs them to a local grafana/loki setup so I can see whats...
I have a simple `Procfile` that looks like this: ``` web: bin/rails server -p 3000 worker: bundle exec sidekiq -t 25 ``` When I do `overmind start -f Procfile` it...
I'm using overmind to run three processes, one of the processes, "api" a nodejs process ran out of memory and crashed. However overmind still thinks that it's running. ```sh app-user@machine:/app$...
I'm getting these warnings when installing `overmind` gem. Otherwise, everything seems to be working fine. ``` > gem install overmind Fetching overmind-2.5.1-arm64-darwin.gem WARNING: overmind-2.5.1-arm64-darwin ships with a dangling symlink named...
I currently use overmind to manage my frontend and api using a Procfile.dev that points to each dir using a env var. I'm trying to use a git worktrees workflow,...
I have added Overmind into my Dockerfile for my Rails application. And have changed the `bin/dev` from foreman to overmind. However it seems that the Overmind process is not cleanly...
On Raspberry Pi OS (where `ruby -e "puts Gem::Platform.local"` prints `aarch64-linux`) and docker (same command prints `aarch64-linux-musl`), the installer installs the wrong binary for `x86-64`: ``` $ ruby -e "puts...