General enquries feature
This commit is contained in:
+6
-4
@@ -3,12 +3,13 @@ services:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
APP_VERSION: ${APP_VERSION:-4.0.1}
|
||||
APP_VERSION: ${APP_VERSION:-4.0.2}
|
||||
environment:
|
||||
APP_VERSION: ${APP_VERSION:-4.0.1}
|
||||
APP_VERSION: ${APP_VERSION:-4.0.2}
|
||||
DATABASE_URL: postgresql://${POSTGRES_USER:-goodwalk}:${POSTGRES_PASSWORD:-goodwalk}@db:5432/${POSTGRES_DB:-goodwalk}
|
||||
NODE_ENV: production
|
||||
PORT: ${APP_PORT:-3000}
|
||||
ENABLE_GENERAL_ENQUIRIES: ${ENABLE_GENERAL_ENQUIRIES:-false}
|
||||
TZ: ${TZ:-Pacific/Auckland}
|
||||
depends_on:
|
||||
- db
|
||||
@@ -18,13 +19,14 @@ services:
|
||||
build:
|
||||
context: ./mail-api
|
||||
args:
|
||||
APP_VERSION: ${APP_VERSION:-4.0.1}
|
||||
APP_VERSION: ${APP_VERSION:-4.0.2}
|
||||
environment:
|
||||
APP_VERSION: ${APP_VERSION:-4.0.1}
|
||||
APP_VERSION: ${APP_VERSION:-4.0.2}
|
||||
RESEND_API_KEY: ${RESEND_API_KEY}
|
||||
OWNER_EMAIL: ${OWNER_EMAIL}
|
||||
FROM_EMAIL: ${FROM_EMAIL:-GoodWalk <bookings@goodwalk.co.nz>}
|
||||
REPLY_TO: ${REPLY_TO:-aless@goodwalk.co.nz}
|
||||
ENABLE_GENERAL_ENQUIRIES: ${ENABLE_GENERAL_ENQUIRIES:-false}
|
||||
TZ: ${TZ:-Pacific/Auckland}
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user