fix: Imgproxy container exposure

This commit is contained in:
Vladyslav Prosolupov
2026-03-09 12:18:03 +01:00
parent d157cef3c3
commit 8d7fb610f1

View File

@@ -3,6 +3,8 @@ services:
imgproxy:
image: darthsim/imgproxy:v3.30.1
restart: unless-stopped
expose:
- 8080
environment:
IMGPROXY_KEY: ${IMGPROXY_KEY}
IMGPROXY_SALT: ${IMGPROXY_SALT}