aboutsummaryrefslogtreecommitdiff
path: root/public-sparql-deploy.sh
AgeCommit message (Collapse)Author
7 daysUpdate service to handle HTTPS certificates in container.Frederick Muriuki Muriithi
Add the uacme service to the public-sparql container and update the services in order to automate the retrieval and update of HTTPS certificates within the container.
7 daysExpose the container logs.Frederick Muriuki Muriithi
7 daysBind a host directory to container's /tmpFrederick Muriuki Muriithi
Bind a host directory to container's /tmp to provide more space for the /tmp and prevent the container from running out of space.
7 daysUnbind mysql director(y/ies)Frederick Muriuki Muriithi
Not needed for the virtuoso daemon.
7 daysUse virtuoso's state directory as its data directoryFrederick Muriuki Muriithi
This helps avoid having a long list of directories to track and manage.
2023-06-26Add virtuoso allowed dirsMunyoki Kilyungi
2023-01-02Register containers as garbage collector roots.Arun Isaac
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.
2022-12-10Move guix container state to /export2.Arun Isaac
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.
2022-11-07Add public facing SPARQL container.Arun Isaac
* public-sparql-deploy.sh, public-sparql.scm: New files.