Skip to content

Commit

Permalink
Update rpc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien CAFFET committed Nov 26, 2024
1 parent bb9c2aa commit 1ebdcff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/aws/task-definition-subscriber.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"protocol": "tcp",
"containerPort": "${API_PORT}",
"hostPort": "${API_PORT}"
},
{
"protocol": "tcp",
"containerPort": "${RPC_PORT}",
"hostPort": "${RPC_PORT}"
}
],
"environment": [
Expand Down

0 comments on commit 1ebdcff

Please sign in to comment.