From fadc12e59665a223740d4889887449039fcaa3ae Mon Sep 17 00:00:00 2001 From: ManUtopiK Date: Sat, 29 Oct 2022 20:01:23 +0200 Subject: [PATCH] fix: add listmonk database env for hasura --- composes/hasura/hasura.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/composes/hasura/hasura.yml b/composes/hasura/hasura.yml index bb9ff36..6030c6b 100644 --- a/composes/hasura/hasura.yml +++ b/composes/hasura/hasura.yml @@ -23,3 +23,4 @@ services: - N8N_DATABASE_URL=postgres://${POSTGRES_NON_ROOT_USER:-$ADMIN_USER}:${POSTGRES_NON_ROOT_PASSWORD:-$POSTGRES_PASSWORD}@postgres:5432/${N8N_DB:-n8n} - UMAMI_DATABASE_URL=postgres://${POSTGRES_NON_ROOT_USER:-$ADMIN_USER}:${POSTGRES_NON_ROOT_PASSWORD:-$POSTGRES_PASSWORD}@postgres:5432/${UMAMI_DB:-umami} + - LISTMONK_DATABASE_URL=postgres://${POSTGRES_NON_ROOT_USER:-$ADMIN_USER}:${POSTGRES_NON_ROOT_PASSWORD:-$POSTGRES_PASSWORD}@postgres:5432/${LISTMONK_DB:-listmonk}