4.2.3 - CTA footer, How it works

This commit is contained in:
2026-05-06 17:42:43 +12:00
parent 6d021e05ea
commit ad9df7578a
19 changed files with 621 additions and 86 deletions
+4 -4
View File
@@ -3,9 +3,9 @@ services:
build:
context: .
args:
APP_VERSION: ${APP_VERSION:-4.2.2}
APP_VERSION: ${APP_VERSION:-4.2.3}
environment:
APP_VERSION: ${APP_VERSION:-4.2.2}
APP_VERSION: ${APP_VERSION:-4.2.3}
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.2.2}
APP_VERSION: ${APP_VERSION:-4.2.3}
environment:
APP_VERSION: ${APP_VERSION:-4.2.2}
APP_VERSION: ${APP_VERSION:-4.2.3}
RESEND_API_KEY: ${RESEND_API_KEY}
OWNER_EMAIL: ${OWNER_EMAIL}
OWNER_BCC: ${OWNER_BCC:-}