X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2FREADME.md;h=d7542a8c227fbe4b7123ffb537c51443f3080134;hb=refs%2Fchanges%2F72%2F7572%2F1;hp=6a66c0eb157772248f9ca3aedde887fb325e9a0e;hpb=1aa2b7f51392e7f97334315e443e4d08e08873a6;p=portal%2Fnonrtric-controlpanel.git diff --git a/docker-compose/README.md b/docker-compose/README.md index 6a66c0e..d7542a8 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -1,4 +1,5 @@ -## License +# License + Copyright (C) 2020 Nordix Foundation. Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. @@ -14,11 +15,21 @@ limitations under the License. For more information about license please see the [LICENSE](LICENSE.txt) file for details. -## O-RAN-SC docker-compose files: +## O-RAN-SC docker-compose files + The docker compose file helps the user to deploy the components of nonrtric control panel with one command. +NOTE: +docker image urls & tags are in file ```.env``` + To install the Control Panel and gateway, run the following command: -docker-compose -f docker-compose.yaml -f control-panel/docker-compose.yaml -f nonrtric-gateway/docker-compose.yaml up -d + +```shell +docker-compose --env-file .env -f docker-compose.yaml -f control-panel/docker-compose.yaml -f nonrtric-gateway/docker-compose.yaml up -d +``` To remove the containers, use the command: -docker-compose -f docker-compose.yaml -f control-panel/docker-compose.yaml -f nonrtric-gateway/docker-compose.yaml down + +```shell +docker-compose --env-file .env -f docker-compose.yaml -f control-panel/docker-compose.yaml -f nonrtric-gateway/docker-compose.yaml down +```