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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user