Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all nodemon usage removed #1422

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docker/docker-compose.adversary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ services:
# so for adversary default is false unlike optimist
IS_CHALLENGER: ${IS_CHALLENGER:-false}
AUTOSTART_RETRIES: ${AUTOSTART_RETRIES:-100}
command: ['npm', 'run', 'dev']

bad-client:
build:
Expand Down Expand Up @@ -88,8 +87,6 @@ services:
BLOCKCHAIN_WS_HOST: ${BLOCKCHAIN_WS_HOST:-blockchain}
BLOCKCHAIN_PORT: ${BLOCKCHAIN_PORT:-8546}

command: ['npm', 'run', 'dev']

mongodb-adversary:
image: mongo:4.4.1-bionic
hostname: mongodb-adversary
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.client.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ services:
ports:
# to use with postman and etc
- 8091:80
entrypoint: ['npm', 'run', 'start']
1 change: 0 additions & 1 deletion docker/docker-compose.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
CONTRACT_FILES_URL: ${CONTRACT_FILES_URL}
LAUNCH_LOCAL: 1
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
command: ['npm', 'run', 'dev']

mongodb_client_1:
image: mongo:4.4.1-bionic
Expand Down
3 changes: 0 additions & 3 deletions docker/docker-compose.deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ services:
RABBITMQ_PORT: ${RABBITMQ_PORT:-5672}
STATE_GENESIS_BLOCK: ${STATE_GENESIS_BLOCK:-0}
USE_EXTERNAL_NODE: ${USE_EXTERNAL_NODE}
command: ['npm', 'run', 'start']

deployer:
image: ghcr.io/eyblockchain/nightfall3-deployer:latest
Expand Down Expand Up @@ -143,7 +142,6 @@ services:
PROPOSER_MAX_BLOCK_PERIOD_MILIS: ${PROPOSER_MAX_BLOCK_PERIOD_MILIS:-0}
USE_EXTERNAL_NODE: ${USE_EXTERNAL_NODE}
WEBSOCKET_PORT: 8080
command: ['npm', 'run', 'start']

worker:
image: ghcr.io/eyblockchain/nightfall3-worker:latest
Expand All @@ -161,7 +159,6 @@ services:
LOG_LEVEL: ${LOG_LEVEL:-debug}
LOG_HTTP_PAYLOAD_ENABLED: ${LOG_HTTP_PAYLOAD_ENABLED:-true}
LOG_HTTP_FULL_DATA: ${LOG_HTTP_FULL_DATA:-false}
command: ['npm', 'run', 'start']

volumes:
mongodb:
Expand Down
4 changes: 0 additions & 4 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ services:
target: /config/default.js
ports:
- 9239:9229
command: ['npm', 'run', 'dev']

deployer:
build:
Expand Down Expand Up @@ -89,7 +88,6 @@ services:
target: /app/config/default.js
ports:
- 9229:9229
command: ['npm', 'run', 'dev']

worker:
build:
Expand All @@ -111,11 +109,9 @@ services:
ports:
# to use with postman and etc
- 8091:80
entrypoint: ['npm', 'run', 'start']

hosted-utils-api-server:
volumes:
- ../hosted-utils-api-server/entrypoint.sh:/app/entrypoint.sh
ports:
- 9249:9229
command: ['npm', 'run', 'dev']
4 changes: 0 additions & 4 deletions docker/docker-compose.multiproposer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ services:
OPTIMIST_PORT: ${OPTIMIST_PORT:-80}
MONGO_URL: ${CLIENT_MONGO_URL:-mongodb://optimist_mongodb_1:27017}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
command: ['npm', 'run', 'dev']

client_2:
build:
Expand Down Expand Up @@ -182,7 +181,6 @@ services:
BLOCKCHAIN_WS_HOST: ${BLOCKCHAIN_WS_HOST:-blockchain}
BLOCKCHAIN_PORT: ${BLOCKCHAIN_PORT:-8546}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
command: ['npm', 'run', 'dev']

proposer_optimist_1:
build:
Expand Down Expand Up @@ -216,7 +214,6 @@ services:
IS_CHALLENGER: ${IS_CHALLENGER:-false}
AUTOSTART_RETRIES: ${AUTOSTART_RETRIES:-100}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
command: ['npm', 'run', 'dev']

proposer_optimist_2:
build:
Expand Down Expand Up @@ -261,7 +258,6 @@ services:
IS_CHALLENGER: ${IS_CHALLENGER:-false}
AUTOSTART_RETRIES: ${AUTOSTART_RETRIES:-100}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
command: ['npm', 'run', 'dev']

optimist_mongodb_1:
image: mongo:4.4.1-bionic
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.optimist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
PROPOSER_MAX_BLOCK_PERIOD_MILIS: ${PROPOSER_MAX_BLOCK_PERIOD_MILIS:-0}
MAX_BLOCK_SIZE: ${MAX_BLOCK_SIZE:-50000}
CONTRACT_FILES_URL: ${CONTRACT_FILES_URL}
command: ['npm', 'run', 'dev']

mongodb_optimist_1:
image: mongo:4.4.1-bionic
Expand Down
3 changes: 0 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ services:
OPTIMIST_PORT: ${OPTIMIST_PORT:-80}
STATE_GENESIS_BLOCK: ${STATE_GENESIS_BLOCK:-0}
USE_EXTERNAL_NODE: ${USE_EXTERNAL_NODE}
command: ['npm', 'run', 'dev']

# Temporary container to deploy contracts and circuits and populate volumes
deployer:
Expand Down Expand Up @@ -153,7 +152,6 @@ services:
PROPOSER_MAX_BLOCK_PERIOD_MILIS: ${PROPOSER_MAX_BLOCK_PERIOD_MILIS:-0}
USE_EXTERNAL_NODE: ${USE_EXTERNAL_NODE}
WEBSOCKET_PORT: ${WEBSOCKET_PORT:-8080}
command: ['npm', 'run', 'dev']

rabbitmq:
image: rabbitmq
Expand Down Expand Up @@ -191,7 +189,6 @@ services:
LOG_LEVEL: ${LOG_LEVEL:-info}
LOG_HTTP_PAYLOAD_ENABLED: ${LOG_HTTP_PAYLOAD_ENABLED:-true}
LOG_HTTP_FULL_DATA: ${LOG_HTTP_FULL_DATA:-false}
entrypoint: ['npm', 'run', 'start']

volumes:
mongodb:
Expand Down
Loading