From 82d4dad7ab1c08b322f200b318f33aa5800e05a1 Mon Sep 17 00:00:00 2001 From: Stiftung Development Date: Thu, 18 Sep 2025 00:07:08 +0200 Subject: [PATCH] Configure Gramps for reverse proxy access via /ahnenforschung - Remove external port mapping for grampsweb service - Add GRAMPSWEB_BASE_URL environment variable - Gramps will be accessible via https://vhtv-stiftung.de/ahnenforschung/ - Requires Nginx reverse proxy configuration on VPS --- compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yml b/compose.yml index 224f766..9ae42da 100644 --- a/compose.yml +++ b/compose.yml @@ -97,8 +97,11 @@ services: - GRAMPSWEB_SECRET_KEY=${GRAMPSWEB_SECRET_KEY} - GRAMPSWEB_ADMIN_EMAIL=${GRAMPSWEB_ADMIN_EMAIL} - GRAMPSWEB_ADMIN_PASSWORD=${GRAMPSWEB_ADMIN_PASSWORD} + - GRAMPSWEB_TREE=${GRAMPSWEB_TREE:-Stiftung} volumes: - gramps_data:/app/data + depends_on: + - db paperless: image: ghcr.io/paperless-ngx/paperless-ngx:latest