Skip to content

Commit

Permalink
refactor: remove operator 8 as only 7 nodes are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-rockx committed Nov 29, 2023
1 parent cae2c58 commit 79be402
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
15 changes: 1 addition & 14 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./
dockerfile: build/docker/messenger/Dockerfile
command: ./messenger
command: ./messenger -http-addr 0.0.0.0:3000
env_file: env/messenger.env
restart: on-failure
ports:
Expand Down Expand Up @@ -98,18 +98,5 @@ services:
restart: on-failure
ports:
- 8087:8087
volumes:
- ./keys:/keys
operator-8:
build:
context: ./
dockerfile: build/docker/node/Dockerfile
command: ./node
depends_on:
- "messenger"
env_file: env/operator.8.env
restart: on-failure
ports:
- 8088:8088
volumes:
- ./keys:/keys
1 change: 0 additions & 1 deletion env/messenger.env

This file was deleted.

6 changes: 0 additions & 6 deletions env/operator.8.env

This file was deleted.

0 comments on commit 79be402

Please sign in to comment.