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
|
# 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=
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user