From 6c99c3b28dd7a8b5cf3095a1962bcdc61e9efb67 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 22 Dec 2023 07:42:57 +0000 Subject: gunicorn: Use records. * guix/forge/gunicorn.scm: Import (forge environment). (gunicorn-shepherd-services): Use record. * doc/forge.skb (Services)[Specialized application deployment services]{gunicorn service}: Document it. * guix/forge/klaus.scm: Import (forge environment). (klaus-gunicorn-app): Use record. --- doc/forge.skb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/forge.skb b/doc/forge.skb index fb9b0bd..13c8430 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -491,8 +491,9 @@ describing sockets to listen on]) (record-field "workers" [Number of worker processes]) (record-field "environment-variables" - [Association list mapping environment variables that should -be set in the execution environment to their values]) + [List of ,(record-ref "") objects +describing environment variables that should be set in the execution +environment]) (record-field "mappings" [List of ,(code []) objects describing additional directories that should be shared with the container -- cgit v1.2.3