Skip to content

Instantly share code, notes, and snippets.

View joy095's full-sized avatar
🌴
On vacation

Joy Karmakar joy095

🌴
On vacation
View GitHub Profile
@joy095
joy095 / docker-compose.yml
Created July 18, 2025 17:26
imageproxy with js script for image crop, optimize image, convert image in different form and many more
version: "3.8"
services:
imgproxy:
image: darthsim/imgproxy:latest
ports:
- "8080:8080"
env_file:
- .env # This loads all variables from the .env file
environment: