/mars_allin_one

Primary LanguageShellApache License 2.0Apache-2.0

mars_allin_one

install mars in a node docker-compose operation:

  1. docker-compose -f docker-compose.yml up -d
  2. docker-compose -f docker-compose.yml stop

For use different mars apps environment variable, you can use multi yaml file docker-compose -f docker-compose.yml -f env_yaml/sia_app.yml up -d

NOTE: ElasticSearch need run ./tools/setup_elasticsearch on host.

NOTE: elasticsearch only bind localhost, if you want to access from Internet, you shall change network.bind_host="0.0.0.0"