Configure/run Sidekiq for Akkounts

This commit is contained in:
2021-02-03 19:53:13 +01:00
parent 241f0807b3
commit 1adf3281bf
3 changed files with 45 additions and 25 deletions

View File

@@ -12,8 +12,8 @@
"hostname": "akkounts-1",
"ipaddress": "192.168.122.160",
"roles": [
"postgresql_client",
"akkounts"
"akkounts",
"postgresql_client"
],
"recipes": [
"kosmos-base",
@@ -39,6 +39,11 @@
"kosmos-nodejs::default",
"nodejs::nodejs_from_package",
"nodejs::repo",
"kosmos-redis::default",
"redis::server",
"redis::default",
"backup::default",
"logrotate::default",
"nodejs::npm",
"nodejs::install",
"kosmos-nginx::default",
@@ -73,4 +78,4 @@
"recipe[kosmos-base]",
"role[akkounts]"
]
}
}