aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-05-18 16:02:12 -0500
committerFrederick Muriuki Muriithi2025-05-18 16:02:12 -0500
commit59d3564a1639af5dc1a41776fb91aae21d9bbfd2 (patch)
tree179ce0a938d2f189dcc4376fd7ece3d50dac030b
parent1ef542ad7c928c10ef642ff0de9089edb1535f8d (diff)
downloadgn-machines-production-container.tar.gz
Production: bind the gn-docs repository to the container.production-container
-rwxr-xr-xproduction-deploy.sh2
-rw-r--r--production.scm1
2 files changed, 2 insertions, 1 deletions
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)))