Skip to content

Commit

Permalink
feat: init stack
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Jan 26, 2024
1 parent 7ed9a78 commit 19ba567
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 324 deletions.
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
DEFAULT_REGION=us-east-1
AWS_REGION=us-east-1
AWS_ENDPOINT=http://localhost:4566
AWS_DEFAULT_REGION=us-east-1
AWS_ENDPOINT=http://localhost:4566
AWS_ENDPOINT_URL=http://localhost:4566
PULUMI_CONFIG_PASSPHRASE=
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ services:
- "4566:4566"
environment:
- SERVICES=cloudformation,s3,ec2
- DEFAULT_REGION=us-east-1
- AWS_ACCESS_KEY_ID=test
- AWS_SECRET_ACCESS_KEY=test
volumes:
- "${PWD}/localstack-data:/tmp/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
- ./localstack/bootstrap:/opt/bootstrap/
- ./localstack/data:/tmp/localstack
- /var/run/docker.sock:/var/run/docker.sock
3 changes: 2 additions & 1 deletion pulumi/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dev-data
dev-data
__pycache__
Loading

0 comments on commit 19ba567

Please sign in to comment.