Skip to content

Commit

Permalink
Merge pull request #23 from alan-eu/enh/add_aws_env_file
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelarquier authored Jan 7, 2025
2 parents 1c75434 + 97bc714 commit 2f14747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/config/.env.aws
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# You can add your AWS environment variables here
# We keep that file separate from .env.localrunner so that it can be updated by the startup script
1 change: 1 addition & 0 deletions docker/docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ services:
retries: 3
env_file:
- ./config/.env.localrunner
- ./config/.env.aws

0 comments on commit 2f14747

Please sign in to comment.