index : sparkle-git.git

ascending towards madness

version: '3'
services:
  rgit:
    image: ghcr.io/w4/rgit:main
    volumes:
      - /path/to/my-repos:/git
    environment:
      - RGIT_DB_STORE=/tmp/rgit-cache.db
      - RGIT_BIND_ADDRESS=0.0.0.0:8000
      - RGIT_SCAN_PATH=/git
      - RGIT_REFRESH_INTERVAL=5m
    ports:
      - 3333:8000
    restart: unless-stopped