mirror of
https://github.com/skidoodle/mediaproxy
synced 2026-04-28 08:27:34 +02:00
Add direct middleware mode
This commit is contained in:
+3
-2
@@ -11,11 +11,12 @@ services:
|
||||
# - 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' # Limit to 50% of a single CPU core
|
||||
# memory: '256M' # Limit to 256 Megabytes of RAM
|
||||
# cpus: '0.5'
|
||||
# memory: '256M'
|
||||
# reservations:
|
||||
# cpus: '0.25'
|
||||
# memory: '128M'
|
||||
|
||||
Reference in New Issue
Block a user