diff --git a/Security_Containers/cupdate/compose.yaml b/Security_Containers/cupdate/compose.yaml new file mode 100644 index 0000000..7dfee47 --- /dev/null +++ b/Security_Containers/cupdate/compose.yaml @@ -0,0 +1,15 @@ +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 \ No newline at end of file