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 # search
OPENSEARCH_URL=http://opensearch:9200 OPENSEARCH_URL=http://opensearch:9200
OPENSEARCH_USERNAME= OPENSEARCH_USERNAME=admin
OPENSEARCH_PASSWORD= OPENSEARCH_PASSWORD=mVchg1T5oA9wudUh
OPENSEARCH_INDEX=item OPENSEARCH_INDEX=item
OPENSEARCH_MODEL_ID= OPENSEARCH_MODEL_ID=

View File

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