modified: apps/gramps/docker-compose.yml
modified: default-environment.env
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user