don't use imgproxy pro, set opensearch user/pass
This commit is contained in:
parent
f436290460
commit
806f42ed40
|
@ -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=
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue