baserow 1.18

This commit is contained in:
m3tam3re 2023-07-03 16:25:30 +02:00
parent 6ac66d4809
commit 66fe8c6fce
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ config, outputs, ... }: {
virtualisation.oci-containers.containers."baserow" = {
image = "docker.io/baserow/baserow:1.14.0";
image = "docker.io/baserow/baserow:1.18.0";
environment = {
BASEROW_PUBLIC_URL = "https://db.lanakk.com";
POSTGRES_USER = "baserow";
POSTGRES_PASSWORD = "baserow";
POSTGRES_DB = "baserow";
@ -11,7 +11,7 @@
DATABASE_NAME = "baserow";
DATABASE_USER = "baserow";
DATABASE_PASSWORD = "baserow";
EMAIL_SMTP = "in-v3.mailjet.com";
EMAIL_SMTP_HOST = "in-v3.mailjet.com";
EMAIL_SMTP_PORT = "587";