Hi Tanguy, On Wed, 18 Mar 2026 at 13:51, "Tanguy Le Carrour" <[email protected]> wrote:
> ```scheme > (define gertrude-gunicorn-apps > (match-record-lambda <gertrude-configuration> > (gertrude server-name socket database-file site-name) > (list > (gunicorn-app > ; […] > (mappings > (list > (file-system-mapping > (source (dirname database-file)) > (target source) > (writable? #t)))))))) > ``` [...] > So the problem might be that the gunicorn service is actually containerized > within the container itself! > Way out of my comfort zone! 😅 [...] > P.S. This was about a week ago. In the mean time, I decided to circumvent the > problem > and use a proper database, but this will be the object of a second email… Maybe a good discussion for the next Guix Paris Meetup. \o/ Cheers, simon
