ha-handler/README.md

19 lines
517 B
Markdown
Raw Permalink Normal View History

2022-01-24 16:51:26 +01:00
# High Availability Handler
2022-01-24 14:03:10 +01:00
2022-01-24 16:51:26 +01:00
This software monitors and make decision in our High Availability environment.
2022-01-24 14:03:10 +01:00
2022-01-24 16:51:26 +01:00
## Development
2022-01-24 14:03:10 +01:00
2022-01-24 16:51:26 +01:00
You'll need the [elixir](https://elixir-lang.org/) toolchain available.
2022-01-24 14:03:10 +01:00
```
2022-01-24 16:51:26 +01:00
cd ha-handler/
mix deps.get
iex -S mix
```
2022-01-25 09:44:08 +01:00
Tip: you can use containers to run the various external components of the HA
setup locally without tainting your system. e.g.
* `podman run -it --rm --network=host --mount type=bind,src=local_haproxy_conf_folder/,target=/usr/local/etc/haproxy haproxy:2.2.20-alpine3.15`