diff options
author | Arun Isaac | 2023-12-22 07:42:57 +0000 |
---|---|---|
committer | Arun Isaac | 2023-12-22 12:12:55 +0000 |
commit | 6c99c3b28dd7a8b5cf3095a1962bcdc61e9efb67 (patch) | |
tree | a03a7d15519dc925a702396c8e3a34ba9fefb91d /doc | |
parent | 5fb163738caa16817040da55f09f8a03a95fbe58 (diff) | |
download | guix-forge-6c99c3b28dd7a8b5cf3095a1962bcdc61e9efb67.tar.gz guix-forge-6c99c3b28dd7a8b5cf3095a1962bcdc61e9efb67.tar.lz guix-forge-6c99c3b28dd7a8b5cf3095a1962bcdc61e9efb67.zip |
gunicorn: Use <environment-variable> records.
* guix/forge/gunicorn.scm: Import (forge environment).
(gunicorn-shepherd-services): Use <environment-variable> record.
* doc/forge.skb (Services)[Specialized application deployment
services]{gunicorn service}: Document it.
* guix/forge/klaus.scm: Import (forge environment).
(klaus-gunicorn-app): Use <environment-variable> record.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 5 |
1 files changed, 3 insertions, 2 deletions
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 "<environment-variable>") objects +describing environment variables that should be set in the execution +environment]) (record-field "mappings" [List of ,(code [<file-system-mapping>]) objects describing additional directories that should be shared with the container |