1diff --git a/docker-compose.yml b/docker-compose.yml
2index fae6905..d48ae3c 100644
3--- a/docker-compose.yml
4+++ b/docker-compose.yml
5@@ -13,6 +13,17 @@ services:
6 profiles:
7 - db
8 - all
9+ imgproxy:
10+ image: darthsim/imgproxy:latest
11+ restart: always
12+ environment:
13+ IMGPROXY_USE_S3: true
14+ IMGPROXY_S3_ENDPOINT: https://${MINIO_DOMAIN:-minio.pico.sh}
15+ AWS_ACCESS_KEY_ID: ${MINIO_ROOT_USER}
16+ AWS_SECRET_ACCESS_KEY: ${MINIO_ROOT_PASSWORD}
17+ profiles:
18+ - all
19+ - pgs
20 lists-web:
21 image: ghcr.io/picosh/pico/lists-web:latest
22 restart: always