aboutsummaryrefslogtreecommitdiff
path: root/public-sparql-deploy.sh
AgeCommit message (Expand)Author
2024-11-26Use forge-nginx-service-type to activate SSL certificates...Use the forge-nginx-service-type rather than the plain nginx-service-type so that we get the SSL certificates setup and maintenance automatically. Frederick Muriuki Muriithi
2024-11-12Expose the container logs.Frederick Muriuki Muriithi
2024-11-12Bind a host directory to container's /tmp...Bind a host directory to container's /tmp to provide more space for the /tmp and prevent the container from running out of space. Frederick Muriuki Muriithi
2024-11-12Unbind mysql director(y/ies)...Not needed for the virtuoso daemon. Frederick Muriuki Muriithi
2024-11-12Use virtuoso's state directory as its data directory...This helps avoid having a long list of directories to track and manage. Frederick Muriuki Muriithi
2023-06-26Add virtuoso allowed dirsMunyoki Kilyungi
2023-01-02Register containers as garbage collector roots....We don't want the Guix garbage collector accidentally clearing away store items required by the container. So, register them as garbage collector roots. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Register containers as garbage collector roots. Arun Isaac
2022-12-10Move guix container state to /export2....We prefer /export2 to house really large data. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Move guix container state to /export2. Arun Isaac
2022-11-07Add public facing SPARQL container....* public-sparql-deploy.sh, public-sparql.scm: New files. Arun Isaac