Application container for 'harbour'.
Created by erlang-seed.
- make
- docker
- docker-compose
- erlang
- rebar3
- make
- docker
- docker-compose
Erlang and Rebar3 are only required if you are building locally using
build
, release
, start
, stop
, or shell
targets. Neither Erlang or
Rebar3 is required to build within the containers, as the build container is
provisioned with both. This includes commands cstart
, cstop
, cbuild
, and
clog
.
$ make help
To start the entire app suite, including 'harbour', prometheus, grafana, and node-exporter, do this:
$ make cstart
To stop the entire app suite, do this:
$ make cstop
To tail the logs, do this:
$ make clog