fix: Imgproxy container exposure (#740)

This commit is contained in:
Vladyslav Prosolupov
2026-07-08 01:36:29 +02:00
committed by GitHub
parent b096c532ce
commit 9795b2f042

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}