Venatum / bull-board-docker

Docker image for bull-board
https://hub.docker.com/r/venatum/bull-board
MIT License
5 stars 3 forks source link

Environmental variables are being ignored #49

Closed PlkMarudny closed 1 year ago

PlkMarudny commented 1 year ago

Despite having environmental variables being set, on they are not honored. Running a container from docker-compose, later:

docker exec -it container_id sh

and later:

~$ set

Gives, for example:

REDIS_DB='0'
REDIS_HOST='redis'

which is right, this is how I set it up, but

docker-compose logs

produces:

bullboard  | Error: connect ECONNREFUSED 127.0.0.1:6379
bullboard  |     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
bullboard  |   errno: -111,
bullboard  |   code: 'ECONNREFUSED',
bullboard  |   syscall: 'connect',
bullboard  |   address: '127.0.0.1',
bullboard  |   port: 6379
bullboard  | }
Venatum commented 1 year ago

Hello :wave:

Thank you for your feedback. My apologies for the bug and the waiting time. I've just published the fix v1.2.0

PlkMarudny commented 1 year ago

Hi Vincent,

Thanks for fixing the bug so quickly! I appreciate your attention to detail and willingness to help.

Best, Tomasz

On Mon, Sep 11, 2023, 16:21 Vincent Le Quec @.***> wrote:

Closed #49 https://github.com/Venatum/bull-board-docker/issues/49 as completed.

— Reply to this email directly, view it on GitHub https://github.com/Venatum/bull-board-docker/issues/49#event-10333439655, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBI252PDIVLHYXSBCRBWXLXZ363RANCNFSM6AAAAAA3UBFPSE . You are receiving this because you authored the thread.Message ID: @.***>