version: '3'
services:
rgit:
image: ghcr.io/w4/rgit:main
user: 1000:1000
command:
- "[::]:8000"
- /git
- -d /tmp/rgit-cache.db
volumes:
- /volume/git:/git
ports:
- 8000:8000
environment:
- REFRESH_INTERVAL=5m
restart: unless-stopped
version: '3'
services:
rgit:
image: ghcr.io/w4/rgit:main
user: 1000:1000
command:
- "[::]:8000"
- /git
- -d /tmp/rgit-cache.db
volumes:
- /volume/git:/git
ports:
- 8000:8000
environment:
- REFRESH_INTERVAL=5m
restart: unless-stopped