Skip to content

Commit

Permalink
PP-803/optimize server startup (#254)
Browse files Browse the repository at this point in the history
* test: fix failing tests
  • Loading branch information
antomor committed Jan 3, 2024
1 parent dc62eca commit f9cdbdc
Show file tree
Hide file tree
Showing 6 changed files with 1,241 additions and 1,134 deletions.
8 changes: 8 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ services:
volumes:
- ./logback.xml:/etc/rsk/logback.xml
- ./node.conf:/etc/rsk/node.conf
entrypoint:
[
"java",
"-Dlogback.configurationFile=/etc/rsk/logback.xml",
"-cp",
"rsk.jar",
"co.rsk.Start",
]

networks:
rif-relay-testing:
Expand Down
1 change: 0 additions & 1 deletion docker/node.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ rpc {
ws: {
enabled: true,
bind_address: "0.0.0.0",
hosts = ["rsk-node", "localhost","127.0.0.1","enveloping-rskj"]
port: 4445,
}
}
Expand Down
Loading

0 comments on commit f9cdbdc

Please sign in to comment.