Files

15 lines
456 B
YAML
Raw Permalink Normal View History

services:
cupdate:
image: ghcr.io/alexgustafsson/cupdate:latest
container_name: cupdate
ports:
- 8086:8080
environment:
CUPDATE_DOCKER_HOST: unix:///var/run/docker.sock
CUPDATE_CACHE_PATH: /var/run/data/cachev1.boltdb
CUPDATE_DB_PATH: /var/run/data/dbv1.sqlite
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /srv/docker/cupdate/data:/var/run/data
- target: /tmp
type: tmpfs