mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Standalone Zipped Family Tree Container with Photos
This example leverages a multi-stage Docker build to automatically compress your .ged file and photos/ folder into a secure .gdz archive on-the-fly, preserving your image directory path structures.
Structure
- Place your
family.gedfile here. - Place your photos also in this directory, or inside a
photos/folder in this directory. If you put the photos in thephotos/directory, make sure your GEDCOM file contains file references containing thephotos/prefix. See the sample family.ged.
Instructions
- Build your custom container:
docker build -t my-photo-tree . - Run your container:
docker run -d -p 8080:8080 my-photo-tree