diff --git a/docker-compose.yml b/docker-compose.yml index fae6905..d48ae3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,6 +13,17 @@ services: profiles: - db - all + imgproxy: + image: darthsim/imgproxy:latest + restart: always + environment: + IMGPROXY_USE_S3: true + IMGPROXY_S3_ENDPOINT: https://${MINIO_DOMAIN:-minio.pico.sh} + AWS_ACCESS_KEY_ID: ${MINIO_ROOT_USER} + AWS_SECRET_ACCESS_KEY: ${MINIO_ROOT_PASSWORD} + profiles: + - all + - pgs lists-web: image: ghcr.io/picosh/pico/lists-web:latest restart: always