[#219] Configure hardcoded images in .env

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Artem Ivanov 2022-06-07 10:11:57 +03:00 committed by Alex Vanin
parent c4ceb1c585
commit 462db79537
4 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@
version: "2.4"
services:
neofs_morph_chain:
image: nspccdev/neo-go:${NEOGO_VERSION}
image: ${NEOGO_IMAGE}:${NEOGO_VERSION}
container_name: morph_chain
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
domainname: ${LOCAL_DOMAIN}