baserow container version
This commit is contained in:
parent
6d188bf924
commit
08f65884a3
|
@ -1,6 +1,6 @@
|
|||
{ config, outputs, ...}: {
|
||||
virtualisation.oci-containers.containers."baserow" = {
|
||||
image = "docker.io/baserow/baserow:1.13.3";
|
||||
image = "docker.io/baserow/baserow:1.14.0";
|
||||
environment = {
|
||||
BASEROW_PUBLIC_URL = "https://db.lanakk.com";
|
||||
EMAIL_SMTP = "in-v3.mailjet.com";
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
};
|
||||
systemd.services.n8n.environment = {
|
||||
BILLBEE_API_KEY = config.age.billbee-api-key.path;
|
||||
BILLBEE_API_KEY = config.age.secrets.billbee-api-key.path;
|
||||
};
|
||||
services.caddy.extraConfig = ''
|
||||
wf.lanakk.com {
|
||||
|
|
Loading…
Reference in New Issue