forked from TrueCloudLab/frostfs-dev-env
[#219] Configure hardcoded images in .env
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
c4ceb1c585
commit
462db79537
4 changed files with 8 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue