We only use Docker at work for CI because the only people that should be pushing to prod (me, my mate) are Linux users.
The handler :: Handler () -> IO () trick is neat. Might as well reuse the boilerplate for making a project “deployable” from Yesod if you’ve already got it. We certainly do. Something to keep in mind if we don’t want to embed workers and the like in-process.
We only use Docker at work for CI because the only people that should be pushing to prod (me, my mate) are Linux users.
The
handler :: Handler () -> IO ()trick is neat. Might as well reuse the boilerplate for making a project “deployable” from Yesod if you’ve already got it. We certainly do. Something to keep in mind if we don’t want to embed workers and the like in-process.