mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 02:35:18 +00:00
32cc17e061
* added base ci cd files
* removed cds, kds, identdocstore, improved make, added compose
* fixed format
* fixed dialyzer
* added compose run
* changed to project_plugins
* fixed prometheus
* fixed lock
* fixed format
* removed deps
* added test fixes
* fixed lint
* fixed and removed old cfg
* removed unused app
* added requested changes
* fixed yamllint
* fixed
* removed expose
* updated party healthcheck
* updated compose
* removed version
* mb port?
* Revert "mb port?"
This reverts commit bf42f1c536
.
* fixed
8 lines
244 B
Bash
8 lines
244 B
Bash
# NOTE
|
|
# You SHOULD specify point releases here so that build time and run time Erlang/OTPs
|
|
# are the same. See: https://github.com/erlware/relx/pull/902
|
|
SERVICE_NAME=fistful-server
|
|
OTP_VERSION=24.2.0
|
|
REBAR_VERSION=3.18
|
|
THRIFT_VERSION=0.14.2.2
|