Skip to content

Commit 39ac0cd

Browse files
committed
Return docker compose
1 parent 254f461 commit 39ac0cd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
/dist/
1010
/cache/
1111
/scripts/node.log
12-
/docker-compose.yml
1312

1413
/docs/

docker-compose.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: "3.7"
2+
3+
services:
4+
eth-node:
5+
image: ottebrut/rubic-sdk-tools:eth-node-1.2
6+
container_name: eth-node
7+
ports:
8+
- 8545:8545
9+
- 1545:1545
10+
polygon-node:
11+
image: ottebrut/rubic-sdk-tools:polygon-node-1.2
12+
container_name: polygon-node
13+
ports:
14+
- 8547:8545
15+
- 1547:1545
16+

0 commit comments

Comments
 (0)