Bring order to your entire photo and video collection with a self-hosted digital asset manager that runs on your own hardware. Gain complete control and privacy over a lifetime of memories. It automatically scans your folders, organizes everything without altering your original files, and makes rediscovering forgotten moments a delightful experience.
services:
photostructure:
image: photostructure/server:latest
container_name: photostructure
restart: unless-stopped
ports:
- "1787:1787"
environment:
- TZ=Etc/UTC
- PUID=1000
- PGID=1000
- PS_LICENSE_KEY=${PS_LICENSE_KEY}
volumes:
- ./library:/ps/library
- ./tmp:/ps/tmp
- ./config:/ps/config
- ./logs:/ps/logs
- ./photos:/photos:roPS_LICENSE_KEY=your_photostructure_license_key_hereAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago