first commit

This commit is contained in:
2025-09-14 18:54:20 +02:00
commit 767ccb856b
12 changed files with 1380 additions and 0 deletions

13
compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
mediaproxy:
image: ghcr.io/skidoodle/mediaproxy
container_name: mediaproxy
ports:
- "8080:8080"
restart: unless-stopped
environment:
- CACHE_TTL=30m
- ALLOWED_DOMAINS=images.unsplash.com,static.pexels.com,*.example.com
- DEFAULT_IMAGE_QUALITY=100
- MAX_ALLOWED_SIZE=10485760
- CLIENT_TIMEOUT=120s