diff options
author | GN3 production | 2022-12-14 21:44:09 -0600 |
---|---|---|
committer | GN3 production | 2022-12-14 21:44:09 -0600 |
commit | 47f5fa4fb29d45d0e76945766e861a3656589bfa (patch) | |
tree | 8440c77563bf7c8795ab6937fe2c97ca33b6ee89 /.guix-run | |
parent | a3d4bc848caa8021e14282bab1a13ca7aadeb82d (diff) | |
download | genenetwork3-47f5fa4fb29d45d0e76945766e861a3656589bfa.tar.gz |
Running luna in containerluna
Diffstat (limited to '.guix-run')
-rw-r--r-- | .guix-run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.guix-run b/.guix-run new file mode 100644 index 0000000..4447fba --- /dev/null +++ b/.guix-run @@ -0,0 +1,4 @@ +#! /bin/sh + +env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/opt/guix-gn3/bin/guix shell -C -D --network --expose=/home/gn2/production/genotype_files/ -f guix.scm -- gunicorn --bind 0.0.0.0:8087 --workers 8 --keep-alive 6000 --max-requests 10 --max-requests-jitter 5 --timeout 1200 wsgi:app + |