diff options
author | Arun Isaac | 2022-08-29 15:05:05 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-29 15:05:05 +0530 |
commit | 08010c102176d91b956221d59839cc0b180eb323 (patch) | |
tree | 09d8c91a112bd0953806fc5206c04ad176e4290d /production-deploy.sh | |
parent | 6d75f6c1d2b976618d8eda25f90f12768450a8a9 (diff) | |
download | gn-machines-08010c102176d91b956221d59839cc0b180eb323.tar.gz |
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.
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-x | production-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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) |