aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-17 10:57:09 -0500
committerFrederick Muriuki Muriithi2025-03-21 08:39:29 -0500
commit653edf57e4f945535a37928f7fc653363771a226 (patch)
tree153aaf1db17e91da00b3bba7b30c13f80764bf75
parent900e06cb9fcbc97c5ae6c54dbe8e259c362bb107 (diff)
downloadgn-machines-653edf57e4f945535a37928f7fc653363771a226.tar.gz
uploader-container: Bind missing directories to the container.
The changes to the way the various applications work lead to a need for extra shares from the host to the container — this commit provides the bindings for these shares.
-rwxr-xr-xuploader-deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader-deploy.sh b/uploader-deploy.sh
index f4fa651..58bb9ec 100755
--- a/uploader-deploy.sh
+++ b/uploader-deploy.sh
@@ -56,6 +56,10 @@ container_script=$(guix system container \
--share=/export/data/uploader/genenetwork-gnqa=/var/lib/genenetwork-gnqa \
--share=/var/run/mysqld3307=/run/mysqld \
--share=/export/data/gn-docs \
+ --share=/export2/guix-containers/uploader/tmp=/opt/gn/tmp \
+ --expose=/export2/guix-containers/uploader/data/virtuoso=/export/data/virtuoso/ \
+ --share=/export2/guix-containers/uploader/var/lib/gn-docs=/export/data/gn-docs \
+ --share=/export2/guix-containers/uploader/var/genenetwork/sessions=/var/genenetwork/sessions \
uploader.scm)
echo "${container_script}"