From 59d3564a1639af5dc1a41776fb91aae21d9bbfd2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sun, 18 May 2025 16:02:12 -0500 Subject: Production: bind the gn-docs repository to the container. --- production-deploy.sh | 2 +- production.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/production-deploy.sh b/production-deploy.sh index dfe9775..ae858d9 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -36,7 +36,7 @@ container_script=$(guix system container \ --share=/export/guix-containers/genenetwork/var/lib/genenetwork/sqlite/gn-auth=/var/lib/genenetwork/sqlite/gn-auth \ --share=/export/guix-containers/genenetwork/var/lib/genenetwork/sqlite/genenetwork3=/var/lib/genenetwork/sqlite/genenetwork3 \ --share=/var/run/mysqld=/run/mysqld \ - --share=/export/data/gn-docs/ \ + --share=/export/guix-containers/genenetwork/var/lib/gn-docs.git=/var/lib/gn-docs.git \ --share=/export/guix-containers/genenetwork/tmp=/opt/gn/tmp \ --expose=/export/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso/ \ --share=/export/guix-containers/genenetwork/var/lib/gn-docs=/export/data/gn-docs \ diff --git a/production.scm b/production.scm index dd736c5..8c162e5 100644 --- a/production.scm +++ b/production.scm @@ -88,5 +88,6 @@ (llm-db-path "/var/lib/genenetwork/sqlite/genenetwork3/llm.db") (gn3-alias-server-port 9800) (gn-tmpdir "/opt/gn/tmp") + (gn-doc-git-checkout "/var/lib/gn-docs.git") (log-level 'debug))) %base-services))) -- cgit v1.2.3