Jelu

Self hosted read and to-read list tracker.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.3'
services:
  jelu:
    image: wabayang/jelu
    container_name: jelu
    volumes:
      - ~/jelu/config:/config
      - ~/jelu/database:/database
      - ~/jelu/files/images:/files/images
      - ~/jelu/files/imports:/files/imports
      - /etc/timezone:/etc/timezone:ro
    ports:
      - 11111:11111
    restart: unless-stopped

Resources

Website: https://bayang.github.io/jelu-web/

GitHub: https://github.com/bayang/jelu

Docker Hub: https://hub.docker.com/r/wabayang/jelu

Configuration: https://bayang.github.io/jelu-web/installation/docker/