4.2.2 - tracking across email, fixes to dark mode.

This commit is contained in:
2026-05-06 15:50:01 +12:00
parent a7ce4c74b5
commit 2f4001b8af
11 changed files with 323 additions and 41 deletions
+4 -4
View File
@@ -3,9 +3,9 @@ services:
build:
context: .
args:
APP_VERSION: ${APP_VERSION:-4.0.2}
APP_VERSION: ${APP_VERSION:-4.2.2}
environment:
APP_VERSION: ${APP_VERSION:-4.0.2}
APP_VERSION: ${APP_VERSION:-4.2.2}
DATABASE_URL: postgresql://${POSTGRES_USER:-goodwalk}:${POSTGRES_PASSWORD:-goodwalk}@db:5432/${POSTGRES_DB:-goodwalk}
NODE_ENV: production
PORT: ${APP_PORT:-3000}
@@ -19,9 +19,9 @@ services:
build:
context: ./mail-api
args:
APP_VERSION: ${APP_VERSION:-4.0.2}
APP_VERSION: ${APP_VERSION:-4.2.2}
environment:
APP_VERSION: ${APP_VERSION:-4.0.2}
APP_VERSION: ${APP_VERSION:-4.2.2}
RESEND_API_KEY: ${RESEND_API_KEY}
OWNER_EMAIL: ${OWNER_EMAIL}
OWNER_BCC: ${OWNER_BCC:-}