Skip to content

Commit

Permalink
build(docker): #143 update docker-compose to match config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Feb 24, 2024
1 parent 2b8077f commit b725057
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ services:
data_prep:
build:
context: .
environment:
- LOG_LEVEL=TRACE
volumes:
- type: bind
source: ${HOST_INPUTS_PATH}
target: /inputs
source: ${HOST_FACTSET_EXTRACTED_PATH}
target: /mnt/factset-extracted
read_only: true
- type: bind
source: ${HOST_ASSET_IMPACT_PATH}
target: /mnt/asset-impact
read_only: true
- type: bind
source: ${HOST_OUTPUTS_PATH}
target: /mnt/outputs

0 comments on commit b725057

Please sign in to comment.