Skip to content

Commit

Permalink
chore: expose minio to imgproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 15, 2025
1 parent a99abd2 commit b60f3d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IMGPROXY_LOCAL_FILESYSTEM_ROOT=/storage
IMGPROXY_USE_S3=true
IMGPROXY_USE_LAST_MODIFIED=true
IMGPROXY_USE_ETAG=true
IMGPROXY_S3_ENDPOINT=$MINIO_URL
IMGPROXY_S3_ENDPOINT=http://minio:9000
IMGPROXY_KEY=6465616462656566 # deadbeef
IMGPROXY_SALT=6465616462656566 # deadbeef
AWS_ACCESS_KEY_ID=$MINIO_ROOT_USER
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
- ./data/storage/data:/storage
ports:
- "8080:8080"
links:
- minio
pastes-web:
build:
args:
Expand Down

0 comments on commit b60f3d1

Please sign in to comment.