Skip to content

Commit

Permalink
fix: listen on tx-submit-api container port (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Oct 18, 2024
1 parent 9334b7b commit c0e7aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/tx_submit_api/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- '{{ tx_submit_api_port }}:{{ tx_submit_api_container_port }}'
- '{{ tx_submit_api_metrics_port }}:{{ tx_submit_api_metrics_container_port }}'
env:
API_LISTEN_PORT: '{{ tx_submit_api_container_port | string }}'
CARDANO_NETWORK: '{{ tx_submit_api_network }}'
TLS_CERT_FILE_PATH: '{{ tx_submit_api_tls_cert_file_path | string }}'
TLS_KEY_FILE_PATH: '{{ tx_submit_api_tls_key_file_path | string }}'
Expand Down

0 comments on commit c0e7aa7

Please sign in to comment.