mirror of
https://github.com/valitydev/bouncer.git
synced 2024-11-06 02:15:18 +00:00
MSPF-641: Bump to rbkmoney/image-service-erlang@0c1352d base image (#21)
* Bump to rbkmoney/image-service-erlang@0c1352d base image * Update relx config w/ minimal mode
This commit is contained in:
parent
4b86d8e48f
commit
1f76fab18c
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
|
|||||||
|
|
||||||
# Base image for the service
|
# Base image for the service
|
||||||
BASE_IMAGE_NAME := service-erlang
|
BASE_IMAGE_NAME := service-erlang
|
||||||
BASE_IMAGE_TAG := 688cee70c0eb6540709fe35b816c81a90dc542ea
|
BASE_IMAGE_TAG := 0c1352dbf4a31afe0df372b59699a88f3af7986f
|
||||||
|
|
||||||
BUILD_IMAGE_NAME := build-erlang
|
BUILD_IMAGE_NAME := build-erlang
|
||||||
BUILD_IMAGE_TAG := 61a001bbb48128895735a3ac35b0858484fdb2eb
|
BUILD_IMAGE_TAG := 61a001bbb48128895735a3ac35b0858484fdb2eb
|
||||||
|
41
rebar.config
41
rebar.config
@ -137,27 +137,6 @@
|
|||||||
%% Tests
|
%% Tests
|
||||||
{cover_enabled, true}.
|
{cover_enabled, true}.
|
||||||
|
|
||||||
%% Relx configuration
|
|
||||||
{relx, [
|
|
||||||
{release, {bouncer, "0.1.0"}, [
|
|
||||||
% tools for introspection
|
|
||||||
{recon, load},
|
|
||||||
% debugger
|
|
||||||
{runtime_tools, load},
|
|
||||||
% profiler
|
|
||||||
{tools, load},
|
|
||||||
% logger formatter
|
|
||||||
{logger_logstash_formatter, load},
|
|
||||||
how_are_you,
|
|
||||||
bouncer
|
|
||||||
]},
|
|
||||||
{sys_config, "./config/sys.config"},
|
|
||||||
{vm_args, "./config/vm.args"},
|
|
||||||
{dev_mode, true},
|
|
||||||
{include_erts, false},
|
|
||||||
{extended_start_script, true}
|
|
||||||
]}.
|
|
||||||
|
|
||||||
%% Dialyzer static analyzing
|
%% Dialyzer static analyzing
|
||||||
{dialyzer, [
|
{dialyzer, [
|
||||||
{warnings, [
|
{warnings, [
|
||||||
@ -172,10 +151,24 @@
|
|||||||
|
|
||||||
{profiles, [
|
{profiles, [
|
||||||
{prod, [
|
{prod, [
|
||||||
|
%% Relx configuration
|
||||||
{relx, [
|
{relx, [
|
||||||
{dev_mode, false},
|
{release, {bouncer, "0.1.0"}, [
|
||||||
{include_erts, true},
|
% tools for introspection
|
||||||
{overlay, []}
|
{recon, load},
|
||||||
|
% debugger
|
||||||
|
{runtime_tools, load},
|
||||||
|
% profiler
|
||||||
|
{tools, load},
|
||||||
|
% logger formatter
|
||||||
|
{logger_logstash_formatter, load},
|
||||||
|
how_are_you,
|
||||||
|
bouncer
|
||||||
|
]},
|
||||||
|
{sys_config, "./config/sys.config"},
|
||||||
|
{vm_args, "./config/vm.args"},
|
||||||
|
{mode, minimal},
|
||||||
|
{extended_start_script, true}
|
||||||
]}
|
]}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user