Skip to content

Commit

Permalink
fix: adds missing env in docker compose files (#2633)
Browse files Browse the repository at this point in the history
Co-authored-by: Rituraj <rituraj@Riturajs-MBP.lan>
  • Loading branch information
riturajgc and Rituraj committed Aug 8, 2024
1 parent 355e1d3 commit 8f0b4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker-compose-build-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ services:
ENVIRONMENT_NAME: 'development'
HASHING_KEY_SECRET: ${HASHING_KEY_SECRET}
HASHING_KEY_SECRET_BASE64: ${HASHING_KEY_SECRET_BASE64}
NOTION_API_KEY: ${NOTION_API_KEY}
depends_on:
ballerine-postgres:
condition: service_healthy
Expand Down
1 change: 1 addition & 0 deletions deploy/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ services:
ENVIRONMENT_NAME: 'development'
HASHING_KEY_SECRET: ${HASHING_KEY_SECRET}
HASHING_KEY_SECRET_BASE64: ${HASHING_KEY_SECRET_BASE64}
NOTION_API_KEY: ${NOTION_API_KEY}
depends_on:
ballerine-postgres:
condition: service_healthy
Expand Down

0 comments on commit 8f0b4da

Please sign in to comment.