From 47a63202b889d70f0dff078c0c7806ac4ca1f756 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 7 Dec 2025 17:52:48 +0300 Subject: [PATCH] Fix spaces in file --- files/gramps/docker-compose.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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