Fix Grampsweb port mapping from 8090:80 to 8090:5000

This commit is contained in:
Stiftung Development
2025-09-18 16:19:02 +02:00
parent 82d4dad7ab
commit 82994504be

View File

@@ -91,13 +91,12 @@ services:
grampsweb:
image: ghcr.io/gramps-project/grampsweb:latest
ports:
- "8090:80"
environment:
- GRAMPSWEB_SECRET_KEY=${GRAMPSWEB_SECRET_KEY}
- GRAMPSWEB_ADMIN_EMAIL=${GRAMPSWEB_ADMIN_EMAIL}
- GRAMPSWEB_ADMIN_PASSWORD=${GRAMPSWEB_ADMIN_PASSWORD}
- GRAMPSWEB_TREE=${GRAMPSWEB_TREE:-Stiftung}
- GRAMPSWEB_BASE_URL=/ahnenforschung
volumes:
- gramps_data:/app/data
depends_on: