Age | Commit message (Expand) | Author |
2023-01-02 | Register 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-10 | Move 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-08-29 | Run mysql server in production....* production.scm: Import (gnu services databases).
(operating-system)[services]: Add mysql-service-type.
* production-deploy.sh: Share mysql directory with container.
| Arun Isaac |
2022-08-29 | Run production in separate network namespace....The production container need interact with the outside world only
through a single Unix socket file on which the GeneNetwork web server
listens. Hide all other interfaces to it.
* production-deploy.sh (container_script): Remove --network flag.
| Arun Isaac |
2022-08-25 | Add production container....* production-deploy.sh, production.scm: New files.
| Arun Isaac |