Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

fix: images not loading due to signature mismatch #758

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ services:
- DB_NAME=editor
- DB_USER=root
- DB_PASSWORD=password
- AWS_REGION=eu-west-1
- AWS_ACCESS_KEY=key
- AWS_SECRET_ACCESS_KEY=secret
- AWS_REGION=us-east-1
- AWS_ACCESS_KEY=test
- AWS_SECRET_ACCESS_KEY=test
- AWS_BUCKET_INPUT_EVENT_QUEUE_URL=http://${PREFIX-editor}-localstack:4566/000000000000/EditorImportQueue
- AWS_ENDPOINT=http://${PREFIX-editor}-localstack:4566
- AWS_SRC_BUCKET=s3-editor-source-bucket
Expand Down