Skip to content

Commit

Permalink
add AZURITE_ACCOUNT_KEY as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Aug 12, 2024
1 parent e26bc16 commit cdde1db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
context: .
dockerfile: pcstac/Dockerfile
env_file: ${PC_STAC_ENV_FILE:-./pc-stac.dev.env}
environment:
- AZURITE_ACCOUNT_KEY=${AZURITE_ACCOUNT_KEY}
ports:
- "8081:8081"
volumes:
Expand Down

0 comments on commit cdde1db

Please sign in to comment.