diff --git a/files/gramps/docker-compose.template.yml b/files/gramps/docker-compose.template.yml index c3e07f2..73db318 100644 --- a/files/gramps/docker-compose.template.yml +++ b/files/gramps/docker-compose.template.yml @@ -36,7 +36,7 @@ services: GRAMPSWEB_EMAIL_HOST_PASSWORD: "{{ postbox_pass }}" GRAMPSWEB_EMAIL_USE_TLS: "false" GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me" - + # media storage at s3 GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage" AWS_ENDPOINT_URL: "{{ gramps_s3_endpoint }}" @@ -45,7 +45,7 @@ services: AWS_DEFAULT_REGION: "{{ gramps_s3_region }}" gramps_celery: - <<: *gramps_app # YAML merge key copying the entire grampsweb service config + <<: *gramps_app # YAML merge key copying the entire grampsweb service config container_name: gramps_celery depends_on: - gramps_redis