Skip to content

Commit 11a5372

Browse files
authoredDec 22, 2023
Update compose.yaml (#153)
1 parent 149609b commit 11a5372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎resources/YASSG/default/compose.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ services:
2121
image: darthsim/imgproxy:v3
2222
environment:
2323
- IMGPROXY_LOCAL_FILESYSTEM_ROOT=/app
24+
- IMGPROXY_MAX_ANIMATION_FRAMES=60
25+
- IMGPROXY_ENABLE_AVIF_DETECTION=1
26+
- IMGPROXY_ENABLE_WEBP_DETECTION=1
2427
working_dir: /app
2528
ports:
2629
- 8090:8080

0 commit comments

Comments
 (0)
Please sign in to comment.