fix
This commit is contained in:
@@ -61,15 +61,11 @@ services:
|
|||||||
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
||||||
P2P_IP: ${IP}
|
P2P_IP: ${IP}
|
||||||
P2P_PORT: '12024'
|
P2P_PORT: '12024'
|
||||||
entrypoint:
|
entrypoint: [node, --no-warnings, /usr/src/yarn-project/aztec/dest/bin/index.js, start]
|
||||||
- node
|
|
||||||
- --no-warnings
|
|
||||||
- /usr/src/yarn-project/aztec/dest/bin/index.js
|
|
||||||
command:
|
command:
|
||||||
- --archiver
|
- --archiver
|
||||||
- --network=devnet
|
- --network=devnet
|
||||||
- --node
|
- --node
|
||||||
- start
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -61,15 +61,11 @@ services:
|
|||||||
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
||||||
P2P_IP: ${IP}
|
P2P_IP: ${IP}
|
||||||
P2P_PORT: '13009'
|
P2P_PORT: '13009'
|
||||||
entrypoint:
|
entrypoint: [node, --no-warnings, /usr/src/yarn-project/aztec/dest/bin/index.js, start]
|
||||||
- node
|
|
||||||
- --no-warnings
|
|
||||||
- /usr/src/yarn-project/aztec/dest/bin/index.js
|
|
||||||
command:
|
command:
|
||||||
- --archiver
|
- --archiver
|
||||||
- --network=testnet
|
- --network=testnet
|
||||||
- --node
|
- --node
|
||||||
- start
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user