Commit Graph

6 Commits (9adadc6999573b0ed383026fe3139a2f336b8329)

Author SHA1 Message Date
Badlop 9adadc6999 Start BEAM with exec to maintain the PID and catch SIGTERM in Docker Stop
Until now, when stopping the ejabberd container, Erlang is not gracefully
closed, Mnesia is not properly closed... exit code is 137.
With this change, when the container is stopped, Erlang receives the
SIGTERM signal, shutsdown, Mnesia database is properly closed, ...
and exit code is 0.
Reference: processone/ejabberd#2822
3 years ago
Christophe Romain 5e9695f2e8 Allow pettern matching in cp expresion (#42) 5 years ago
Christophe Romain edb0373fd0 Keep SQL init scripts in container (#42) 5 years ago
Christoph Scholz 97dc39d9be fix inet_dist_interface 5 years ago
Christophe Romain 60145df968 Add possibility to configure erlang cookie 5 years ago
Christophe Romain a1fd44d938 Switch to multi-stage builder 7 years ago