aboutsummaryrefslogtreecommitdiff
path: root/production.scm
AgeCommit message (Expand)Author
2024-01-03Add GeneNetwork service to production container....* production.scm: Import (genenetwork services genenetwork), (forge acme), (forge nginx) and (forge socket). Import shepherd from (gnu packages admin). (operating-system)[sudoers-file]: Allow acme user to restart nginx. (services): Add forge-nginx, acme and genenetwork services. Arun Isaac
2023-12-30Do not auto-upgrade mysql databases in production....* production.scm (operating-system)[services]{mysql-service-type}: Set auto-upgrade? to #f. Arun Isaac
2022-08-29Run 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-25Add production container....* production-deploy.sh, production.scm: New files. Arun Isaac