don't use imgproxy pro, set opensearch user/pass

This commit is contained in:
keyan 2024-03-15 21:15:49 -05:00
parent f436290460
commit 806f42ed40
2 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ NEXT_PUBLIC_MEDIA_URL=http://localhost:4566/uploads
# search
OPENSEARCH_URL=http://opensearch:9200
OPENSEARCH_USERNAME=
OPENSEARCH_PASSWORD=
OPENSEARCH_USERNAME=admin
OPENSEARCH_PASSWORD=mVchg1T5oA9wudUh
OPENSEARCH_INDEX=item
OPENSEARCH_MODEL_ID=

View File

@ -88,7 +88,7 @@ services:
- npm run worker:dev
imgproxy:
container_name: imgproxy
image: docker.imgproxy.pro/imgproxy:v3.23.0
image: darthsim/imgproxy:v3.23.0
healthcheck:
test: [ "CMD", "imgproxy", "health" ]
interval: 10s