aboutsummaryrefslogtreecommitdiff
path: root/production-deploy.sh
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-28 16:15:06 -0600
committerFrederick Muriuki Muriithi2025-02-03 08:51:41 -0600
commit6df348f71f58df84ee4fc0a0e3a778889aefec79 (patch)
treed6c400d1fcce793b451b359d934b0580f42f171e /production-deploy.sh
parent554dc3bb95973c42c93b86b1914e051fc4a76320 (diff)
downloadgn-machines-6df348f71f58df84ee4fc0a0e3a778889aefec79.tar.gz
Bind virtuoso's TTL directory (readonly) to genenetwork container.
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-xproduction-deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index bd95814..e9e2c22 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -39,6 +39,7 @@ container_script=$(guix system container \
--share=/var/run/mysqld=/run/mysqld \
--share=/export/data/gn-docs/ \
--share=/export2/guix-containers/genenetwork/tmp=/tmp \
+ --expose=/export2/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso/ \
production.scm)
echo $container_script