aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e9e2c22..3d4451c 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -38,7 +38,7 @@ container_script=$(guix system container \
--share=/export2/guix-containers/genenetwork/var/lib/genenetwork-gnqa=/var/lib/genenetwork-gnqa \
--share=/var/run/mysqld=/run/mysqld \
--share=/export/data/gn-docs/ \
- --share=/export2/guix-containers/genenetwork/tmp=/tmp \
+ --share=/export2/guix-containers/genenetwork/tmp=/opt/gn/tmp \
--expose=/export2/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso/ \
production.scm)
diff --git a/production.scm b/production.scm
index 9f17129..a8324c3 100644
--- a/production.scm
+++ b/production.scm
@@ -90,5 +90,6 @@
(auth-db "/var/lib/genenetwork-sqlite/auth.db")
(llm-db-path "/var/lib/genenetwork-gnqa/llm.db")
(gn3-alias-server-port 9800)
+ (gn-tmpdir "/opt/gn/tmp")
(log-level 'debug)))
%base-services)))