Jeroen van Baarsen
Jeroen van Baarsen
@michiels Perfect :+1:. I'll make a very simple app for this.
@michiels Hm weird, since on DO it is disabled by default. But we can probably add this the the `HealthCheck`. and see if we get output from this command, if...
@michiels It is executed every 30 minutes. So if the user enables swap manually, we can also detect that!
@michiels Yeah I also add it to the installation step.
Hi @retronoodle, I like the idea! Not really sure how to implement this yet though. One question I have for you, what is the reason you're trying to run Shoreman?...
@retronoodle Dokku (And thus Intercity), supports Procfiles out of the box. If you want to run delayed jobs you can add this to your procfile: ``` worker: bundle exec rake...
@michiels Not sure what you mean with sample `database.yml`? On the database page? Or somewhere in documentation?
@michiels Ok, I think we do need documentation in general :)
@supercodepoet Is this something you would be interested in? If so what do you think need to be changed for this to be merged? I can take over this PR...
@jasoncharnes Thanks! Yeah I have been trying to do this with Webpacker, but I wasn't sure where to place the code that is in the docs for Webpack (The tailwind...