
Deploy Imagor (S3 storage) on Your Own Server
Imagor is a fast, Docker-ready image processing server written in Go. (Stores images in S3 bucket)
Want to deploy Imagor (S3 storage) on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.
What is Imagor (S3 storage)?
Imagor is a fast, Docker-ready image processing server written in Go. This app will store the images in S3 bucket. If you want to store the images locally as docker volume use Imagor Local instead. GitHub: https://github.com/cshum/imagor
Self-Host Imagor (S3 storage)
Follow these steps to deploy on your own server.
Install Docker
Skip this step if Docker is already installed on your server.
curl -fsSL https://get.docker.com | sh
Configure
Customize the settings below. Defaults work for most cases.
General
Deploy
Copy the configuration and run it on your server.
services:
imagor_s3:
image: shumc/imagor:0.8.11
environment:
AWS_ACCESS_KEY_ID: ""
AWS_REGION: ""
AWS_SECRET_ACCESS_KEY: ""
IMAGOR_SECRET: 4d6a380d2f3f6cc2d32e5362af7d497b
IMAGOR_UNSAFE: "1"
PORT: "80"
S3_LOADER_BASE_DIR: images
S3_LOADER_BUCKET: mybucket
S3_RESULT_STORAGE_BASE_DIR: images/result
S3_RESULT_STORAGE_BUCKET: mybucket
S3_STORAGE_BASE_DIR: images
S3_STORAGE_BUCKET: mybucket
Then run:
docker compose up -d
Access
Once started, access your app at http://localhost:80
Why Self-Host Imagor (S3 storage)?
Full Data Ownership
Your data stays on your servers. No third-party access.
No Monthly Fees
Pay only for your server. No per-seat or usage charges.
Complete Control
Customize, backup, and scale on your own terms.
Privacy & Compliance
Meet GDPR, HIPAA, or internal security requirements.
Technical Details
Docker Image
shumc/imagor:${imagor_version}Official Docs
github.comWant to go faster?
Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.
Install on any Linux server:
sh -c "$(curl -sSL https://get.senate.sh)"