mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-14 11:45:29 +08:00
11 lines
247 B
YAML
11 lines
247 B
YAML
services:
|
|
imgproxy:
|
|
image: darthsim/imgproxy
|
|
container_name: imgproxy
|
|
environment:
|
|
IMGPROXY_ALLOW_ORIGIN: "*"
|
|
IMGPROXY_ENFORCE_WEBP: true
|
|
IMGPROXY_MALLOC: "jemalloc"
|
|
restart: always
|
|
ports:
|
|
- 8000:8080
|