Skip to content

Commit

Permalink
Use localstack version where certificate expiry is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Sep 2, 2024
1 parent 5ebfa81 commit a7dddef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose-vkt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ services:
- PGPORT=6432

localstack:
image: localstack/localstack
image: localstack/localstack:3.7.0
ports:
- "4566:4566"
networks:
- vkt-dev
environment:
- EXTRA_CORS_ALLOWED_ORIGINS="'*'"
- HOSTNAME=localhost.localstack.cloud
- LOCALSTACK_HOST=localhost.localstack.cloud

networks:
vkt-dev: {}
Expand Down

0 comments on commit a7dddef

Please sign in to comment.