Files
mediaproxy/compose.dev.yaml
2025-11-18 11:35:19 +01:00

23 lines
557 B
YAML

services:
mediaproxy:
build: .
container_name: mediaproxy
ports:
- "8080:8080"
# restart: unless-stopped
environment:
- LOG_LEVEL=DEBUG
# - CACHE_TTL=30m
# - ALLOWED_DOMAINS=images.unsplash.com,static.pexels.com,*.example.com
# - DEFAULT_IMAGE_QUALITY=100
# - MAX_ALLOWED_SIZE=10485760
# - BASE_URL=cdn.example.com
# deploy:
# resources:
# limits:
# cpus: '0.5'
# memory: '256M'
# reservations:
# cpus: '0.25'
# memory: '128M'