Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
5384fc1ad4
2 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Example configuration:
|
||||
# host: deemz.org
|
||||
# refineryBaseUrl: /refinery
|
||||
# mtlAasHost: deemz.org
|
||||
# mtlAasBaseUrl: /apis/mtl-aas/
|
||||
|
||||
{ config, pkgs, mtl-aas, mtlAasHost, mtlAasBaseUrl, ... }:
|
||||
{
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# run refinery container as a systemd service
|
||||
# run MTL-aas as a systemd service
|
||||
systemd.services.mtl-aas = {
|
||||
script = ''
|
||||
${mtl-aas}/bin/run_server
|
||||
${mtl-aas}/bin/run_gunicorn
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "exec";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue