Skip to content

Commit

Permalink
change localstack region variable from AWS_REGION to AWS_DEFAULT_REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
breedenc committed Nov 6, 2023
1 parent d5d9ab9 commit ded4350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
environment:
SERVICES: "sqs"
HOSTNAME: "localstack"
DEFAULT_REGION: ${AWS_DEFAULT_REGION}
AWS_DEFAULT_REGION: ${AWS_DEFAULT_REGION}
engine:
image: "${APPLICATION}/engine:latest"
scale: 1
Expand Down

0 comments on commit ded4350

Please sign in to comment.