From a826c85e08c35fdad2480b566cb957a3763a7b62 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 14 Apr 2026 16:24:42 +1000 Subject: [PATCH] modified: apps/gramps/docker-compose.yml modified: default-environment.env --- apps/gramps/docker-compose.yml | 4 ++-- default-environment.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gramps/docker-compose.yml b/apps/gramps/docker-compose.yml index 216a023..55daee5 100644 --- a/apps/gramps/docker-compose.yml +++ b/apps/gramps/docker-compose.yml @@ -7,8 +7,8 @@ services: - gramps-redis - grampsweb_celery restart: always - env_file: - - ${SECRETS_ENV_FILE} +# env_file: +# - ${SECRETS_ENV_FILE} environment: TZ: ${TZ} GRAMPSWEB_TREE: ${GRAMPSWEB_TREE} diff --git a/default-environment.env b/default-environment.env index c267f49..ab7e37f 100644 --- a/default-environment.env +++ b/default-environment.env @@ -46,7 +46,7 @@ GRAMPSWEB_EMAIL_HOST=smtp.gmail.com GRAMPSWEB_EMAIL_PORT=587 GRAMPSWEB_EMAIL_USE_SSL=false GRAMPSWEB_EMAIL_USE_STARTTLS=true -GRAMPSWEB_DEFAULT_FROM_EMAIL=familytree@lan.ddnsgeek.com +GRAMPSWEB_DEFAULT_FROM_EMAIL=beatz174@gmail.com # Prometheus stack INFLUXDB_INIT_MODE=setup