Skip to content

Commit

Permalink
ci: add localstack for secrets manager
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed May 27, 2024
1 parent c12d809 commit f74a6b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ services:
ports:
- 4317:4317 # OTLP gRPC receiver
- 4318:4318 # OTLP http receiver
localstack:
image: localstack/localstack
ports:
- 4566:4566
environment:
SERVICES: secretsmanager
DEBUG: 1

0 comments on commit f74a6b8

Please sign in to comment.