Add aurcache

This commit is contained in:
Isaac Shoebottom 2025-01-07 16:06:40 -04:00
parent 1a4c65d916
commit a4d40df5cd

View File

@ -0,0 +1,12 @@
services:
aurcache:
image: ghcr.io/lukas-heiligenbrunner/aurcache:latest
container_name: aurcache
restart: unless-stopped
ports:
- "8086:8080" # Frontend
- "8087:8081" # Repository
volumes:
- /docker/appdata/aurcache/db:/app/db
- /docker/appdata/aurcache/repo:/app/repo
privileged: true