teldrive/docker/compose/image-resizer.yml

12 lines
247 B
YAML
Raw Normal View History

services:
imgproxy:
image: darthsim/imgproxy
container_name: imgproxy
environment:
IMGPROXY_ALLOW_ORIGIN: "*"
IMGPROXY_ENFORCE_WEBP: true
IMGPROXY_MALLOC: "jemalloc"
restart: always
ports:
- 8000:8080