AppsPhoto ServerThis Week in Past

This week in past

Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.9"
 
services:
  this-week-in-past:
    image: rouhim/this-week-in-past
    volumes:
      - /path/to/pictures:/resources:ro # mount read only
    ports:
      - "8080:8080"
    environment:
      SLIDESHOW_INTERVAL: 10
    restart: unless-stopped

Resources

GitHub: https://github.com/RouHim/this-week-in-past

Docker Hub: https://hub.docker.com/r/rouhim/this-week-in-past

Configuration: https://github.com/RouHim/this-week-in-past#docker