This commit is contained in:
goldsquid
2026-01-31 11:13:56 +07:00
parent a6e7348b40
commit 10f429e743
2 changed files with 2 additions and 10 deletions

View File

@@ -61,15 +61,11 @@ services:
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
P2P_IP: ${IP}
P2P_PORT: '12024'
entrypoint:
- node
- --no-warnings
- /usr/src/yarn-project/aztec/dest/bin/index.js
entrypoint: [node, --no-warnings, /usr/src/yarn-project/aztec/dest/bin/index.js, start]
command:
- --archiver
- --network=devnet
- --node
- start
restart: unless-stopped
stop_grace_period: 5m
networks:

View File

@@ -61,15 +61,11 @@ services:
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
P2P_IP: ${IP}
P2P_PORT: '13009'
entrypoint:
- node
- --no-warnings
- /usr/src/yarn-project/aztec/dest/bin/index.js
entrypoint: [node, --no-warnings, /usr/src/yarn-project/aztec/dest/bin/index.js, start]
command:
- --archiver
- --network=testnet
- --node
- start
restart: unless-stopped
stop_grace_period: 5m
networks: