Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrostafarian committed Jan 17, 2023
1 parent 5669846 commit a879d82
Show file tree
Hide file tree
Showing 39 changed files with 14,570 additions and 15,236 deletions.
12 changes: 12 additions & 0 deletions compose-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
app:
entrypoint:
- sleep
- infinity
image: docker/dev-environments-go:stable-1
init: true
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock

8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
furynode0:
container_name: furynode0
image: "tessornetwork/furynode"
image: "nimrostafarian/tessornetwork:fury"
ports:
- "26656-26657:26656-26657"
- "1317:1317"
Expand All @@ -19,7 +19,7 @@ services:

furynode1:
container_name: furynode1
image: "tessornetwork/furynode"
image: "nimrostafarian/tessornetwork:fury"
ports:
- "26659-26660:26656-26657"
- "9091:9090"
Expand All @@ -35,7 +35,7 @@ services:

furynode2:
container_name: furynode2
image: "tessornetwork/furynode"
image: "nimrostafarian/tessornetwork:fury"
environment:
- ID=2
- LOG=${LOG:-fury.log}
Expand All @@ -50,7 +50,7 @@ services:

furynode3:
container_name: furynode3
image: "tessornetwork/furynode"
image: "nimrostafarian/tessornetwork:fury"
environment:
- ID=3
- LOG=${LOG:-fury.log}
Expand Down
Loading

0 comments on commit a879d82

Please sign in to comment.