Skip to content

Commit

Permalink
Merge pull request #704 from Opetushallitus/fix/localstack-expired-ce…
Browse files Browse the repository at this point in the history
…rtificate

VKT: Localstack-setupin korjaus
  • Loading branch information
pkoivisto authored Sep 11, 2024
2 parents 9132640 + a7dddef commit 58347e7
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 58347e7

Please sign in to comment.