Skip to content

Commit

Permalink
deploy(frontend): set node extra ca certs env var for mtls, mount certs
Browse files Browse the repository at this point in the history
dir
  • Loading branch information
RobertRosca committed Nov 7, 2024
1 parent ecd548b commit 55532f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ networks:

services:
frontend:
environment:
- NODE_EXTRA_CA_CERTS=/certs/root_ca.crt
volumes:
- ./certs:/certs
networks:
- proxy
labels:
Expand Down

0 comments on commit 55532f5

Please sign in to comment.