Skip to content

Commit

Permalink
Remove default value from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pziemkowski committed Sep 18, 2023
1 parent ceba152 commit 5524978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
environment:
- CI=true
- PROJECT_NAME=${PROJECT_NAME}
- ENV_STAGE=${ENV_STAGE:local}
- ENV_STAGE=${ENV_STAGE}
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
Expand Down

0 comments on commit 5524978

Please sign in to comment.