Skip to content

Commit

Permalink
add endpoint to env
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Jan 12, 2024
1 parent 6a41da1 commit 9432ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
- S3_ENDPOINT=${S3_ENDPOINT}
env_file:
- ./.env_file
depends_on:
Expand Down

0 comments on commit 9432ba3

Please sign in to comment.