diff options
author | Frederick Muriuki Muriithi | 2025-01-28 16:15:06 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-03 08:51:41 -0600 |
commit | 6df348f71f58df84ee4fc0a0e3a778889aefec79 (patch) | |
tree | d6c400d1fcce793b451b359d934b0580f42f171e /production-deploy.sh | |
parent | 554dc3bb95973c42c93b86b1914e051fc4a76320 (diff) | |
download | gn-machines-6df348f71f58df84ee4fc0a0e3a778889aefec79.tar.gz |
Bind virtuoso's TTL directory (readonly) to genenetwork container.
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-x | production-deploy.sh | 1 |
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 |