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} 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:

View File

@@ -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: