From 08010c102176d91b956221d59839cc0b180eb323 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 29 Aug 2022 15:05:05 +0530 Subject: 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. --- production-deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'production-deploy.sh') diff --git a/production-deploy.sh b/production-deploy.sh index c2c5055..0dfd042 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -23,6 +23,7 @@ container_script=$(guix system container \ --verbosity=3 \ + --share=/var/guix-containers/genenetwork/var/lib/mysql=/var/lib/mysql \ --share=/var/guix-containers/genenetwork/var/lib/virtuoso=/var/lib/virtuoso \ production.scm) -- cgit v1.2.3