Use debug flags for chain and morph_chain services

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
wallet-connect
anastasia prasolova 2021-06-29 15:18:50 +03:00 committed by Alex Vanin
parent c94c5c6a54
commit 2fd6d2c549
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ services:
neofs_main_chain:
image: nspccdev/neo-go:${NEOGO_VERSION}
container_name: main_chain
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
domainname: ${LOCAL_DOMAIN}
hostname: main_chain
networks:

View File

@ -5,6 +5,7 @@ services:
neofs_morph_chain:
image: nspccdev/neo-go:${NEOGO_VERSION}
container_name: morph_chain
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
domainname: ${LOCAL_DOMAIN}
hostname: morph_chain
networks: