modified: apps/gramps/docker-compose.yml
modified: default-environment.env
This commit is contained in:
@@ -7,8 +7,8 @@ services:
|
|||||||
- gramps-redis
|
- gramps-redis
|
||||||
- grampsweb_celery
|
- grampsweb_celery
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
# env_file:
|
||||||
- ${SECRETS_ENV_FILE}
|
# - ${SECRETS_ENV_FILE}
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
GRAMPSWEB_TREE: ${GRAMPSWEB_TREE}
|
GRAMPSWEB_TREE: ${GRAMPSWEB_TREE}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ GRAMPSWEB_EMAIL_HOST=smtp.gmail.com
|
|||||||
GRAMPSWEB_EMAIL_PORT=587
|
GRAMPSWEB_EMAIL_PORT=587
|
||||||
GRAMPSWEB_EMAIL_USE_SSL=false
|
GRAMPSWEB_EMAIL_USE_SSL=false
|
||||||
GRAMPSWEB_EMAIL_USE_STARTTLS=true
|
GRAMPSWEB_EMAIL_USE_STARTTLS=true
|
||||||
GRAMPSWEB_DEFAULT_FROM_EMAIL=familytree@lan.ddnsgeek.com
|
GRAMPSWEB_DEFAULT_FROM_EMAIL=beatz174@gmail.com
|
||||||
|
|
||||||
# Prometheus stack
|
# Prometheus stack
|
||||||
INFLUXDB_INIT_MODE=setup
|
INFLUXDB_INIT_MODE=setup
|
||||||
|
|||||||
Reference in New Issue
Block a user