- commit
- b60f3d1
- parent
- a99abd2
- author
- Eric Bower
- date
- 2025-01-15 12:37:55 -0500 EST
chore: expose minio to imgproxy
2 files changed,
+3,
-1
+1,
-1
1@@ -24,7 +24,7 @@ IMGPROXY_LOCAL_FILESYSTEM_ROOT=/storage
2 IMGPROXY_USE_S3=true
3 IMGPROXY_USE_LAST_MODIFIED=true
4 IMGPROXY_USE_ETAG=true
5-IMGPROXY_S3_ENDPOINT=$MINIO_URL
6+IMGPROXY_S3_ENDPOINT=http://minio:9000
7 IMGPROXY_KEY=6465616462656566 # deadbeef
8 IMGPROXY_SALT=6465616462656566 # deadbeef
9 AWS_ACCESS_KEY_ID=$MINIO_ROOT_USER
+2,
-0
1@@ -25,6 +25,8 @@ services:
2 - ./data/storage/data:/storage
3 ports:
4 - "8080:8080"
5+ links:
6+ - minio
7 pastes-web:
8 build:
9 args: