Make scheduling and dates timezone-safe
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
environment:
|
||||
SERVICE_FQDN_APP:
|
||||
NODE_ENV: production
|
||||
TZ: UTC
|
||||
PORT: ${APP_PORT:-3000}
|
||||
AUTH_SECRET: ${AUTH_SECRET:?Set AUTH_SECRET in Coolify env}
|
||||
DATABASE_URL: postgres://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-postgres}@db:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-postgres}
|
||||
@@ -67,6 +68,7 @@ services:
|
||||
image: ${BEENVOICE_WORKER_IMAGE:-beenvoice-worker:coolify}
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
TZ: UTC
|
||||
DATABASE_URL: postgres://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-postgres}@db:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-postgres}
|
||||
DB_DISABLE_SSL: "true"
|
||||
AUTH_SECRET: ${AUTH_SECRET:?Set AUTH_SECRET in Coolify env}
|
||||
|
||||
Reference in New Issue
Block a user