mirror of
https://github.com/skidoodle/mediaproxy
synced 2025-10-14 09:45:09 +02:00
first commit
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user