Sirn Thanabulpong
Sirn Thanabulpong
For example, missing `DATABASE_URL` shouldn't cause a raise, but the app should fail with message among the line of `DATABASE_URL is not set, please set it to: ...`
We should support [GraphicsMagick](http://www.graphicsmagick.org/) in addition to [ImageMagick](https://www.imagemagick.org/script/index.php). GraphicsMagick has a much lighter footprint, uses less resource, and likely cover all features we want (resizing images). It also has mostly...
**Describe the bug** Right now `v1.3.0-pre.0` is getting a `stable` tag in Docker. This shouldn’t happen. **To Reproduce** https://circleci.com/gh/omisego/ewallet/9014 **Expected behavior** Don’t tag `stable` **Additional context** N/A
The `bin/ewallet ` maintenance commands should have a test case, probably using [TCL expect](https://www.tcl.tk/man/expect5.31/expect.1.html) so that #734 could be detected before merge.
We need to handle these scenarios: * When `EWALLET_SECRET_KEY` and `LOCAL_LEDGER_SECRET_KEY` were not set. * When both keys were invalid. * When both keys were set, but were changed after...
See also discussion in https://github.com/omisego/ewallet/issues/188#issuecomment-388934292
Currently, if `ERLANG_COOKIE` was not set, running `/entrypoint` will randomly generate a new cookie on every invocation. This is actually fine for a normal operation, but when you need to...
NODE_HOST in entrypoint is resolved to container ID which may not be a valid FQDN. # Your environment Docker Compose # Steps to reproduce 1. Usual ritual of `docker-compose up...