Glance

A self-hosted dashboard that puts all your feeds in one place.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  glance:
    image: glanceapp/glance
    volumes:
      - ./glance.yml:/app/glance.yml
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 8080:8080
    restart: unless-stopped

Resources

GitHub: https://github.com/glanceapp/glance

Docker Hub: https://hub.docker.com/r/glanceapp/glance

Configuration: https://github.com/glanceapp/glance#docker