You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2018/11/22 06:24:00 UTC

[jira] [Created] (IGNITE-10373) Web console: we need to fix docker-compose.yml

Pavel Konstantinov created IGNITE-10373:
-------------------------------------------

             Summary: Web console: we need to fix docker-compose.yml
                 Key: IGNITE-10373
                 URL: https://issues.apache.org/jira/browse/IGNITE-10373
             Project: Ignite
          Issue Type: Bug
          Components: wizards
            Reporter: Pavel Konstantinov


It located here 'modules/web-console/docker/compose' and it doesn't work 
{code}
Version in "./docker-compose.yml" is invalid - it should be a string.
{code}

after I've fixed that I've got the next one
{code}
Version in "./docker-compose.yml" is invalid. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
{code}

after I've fixed that I've got the next one
{code}
ERROR: Service 'frontend' depends on service 'testenv' which is undefined.
{code}

So, please make it workable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)