From 1dc59cdfeeaebdbfe58a4cf7c8a72795e61bbc6a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 1 Mar 2024 11:28:58 +0000 Subject: Set ownership of secrets files. * genenetwork/services/genenetwork.scm (genenetwork-activation): Set ownership of secrets files. * production-deploy.sh: Mount secrets files read-write. --- production-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'production-deploy.sh') diff --git a/production-deploy.sh b/production-deploy.sh index e7c4004..67c1167 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -28,7 +28,7 @@ container_script=$(guix system container \ --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 \ - --expose=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \ + --share=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \ --expose=/export/data/genenetwork-xapian \ --share=/export/data/genenetwork-sqlite \ --expose=/export/data/genenetwork/genotype_files \ -- cgit v1.2.3