From d6ca4d4ca7773a954cf147a80514c33b6870615a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 2 Mar 2024 03:36:50 +0000 Subject: Restore default auth database path on production. * production.scm (operating-system)[services]{genenetwork-service-type}: Remove auth-db field. * production-deploy.sh (container_script): Mount /var/genenetwork. --- production-deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'production-deploy.sh') diff --git a/production-deploy.sh b/production-deploy.sh index 67c1167..d72dbac 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -25,6 +25,7 @@ container_script=$(guix system container \ --network \ --load-path=. \ --verbosity=3 \ + --share=/export2/guix-containers/genenetwork/var/genenetwork=/var/genenetwork \ --share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ --share=/export2/guix-containers/genenetwork/var/lib/mysql=/var/lib/mysql \ --share=/export2/guix-containers/genenetwork/var/lib/virtuoso=/var/lib/virtuoso \ -- cgit v1.2.3