aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfallback-deploy.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/fallback-deploy.sh b/fallback-deploy.sh
index 10b9b1f..782ccb7 100755
--- a/fallback-deploy.sh
+++ b/fallback-deploy.sh
@@ -19,6 +19,8 @@
# along with genenetwork-machines. If not, see
# <https://www.gnu.org/licenses/>.
+# See also https://issues.genenetwork.org/topics/systems/fire-up-genenetwork-system-container
+
echo Build and install genenetwork fallback container on $HOSTNAME
mkdir -p /export2/guix-containers/genenetwork/var/lib/acme
@@ -34,7 +36,7 @@ container_script=$(guix system container \
--verbosity=3 \
--share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \
--share=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \
- --expose=/export/data/genenetwork-xapian \
+ --share=/export/data/genenetwork-xapian \
--share=/export/data/genenetwork-sqlite \
--expose=/export/data/genenetwork/genotype_files \
--share=/var/run/mysqld=/run/mysqld \