Skip to content

Commit

Permalink
expose port for grpc service
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Healey <brian.healey@digitalasset.com>
  • Loading branch information
dasormeter authored and scealiontach committed Feb 21, 2020
1 parent 200b0ac commit beae577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/daml-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ services:
- AWS_ACCESS_KEY
- AWS_ACCESS_KEY_ID
- LEDGER_NAME
expose:
- 9000
ports:
- "9000:9000"
entrypoint: "bash -c \"\
/opt/daml-on-qldb/entrypoint.sh --port 9000 \
--jdbc-url jdbc:postgresql://postgres/postgres?user=postgres \
Expand Down

0 comments on commit beae577

Please sign in to comment.