knightcrawler-stremio / knightcrawler

A selfhosted Stremio addon
Apache License 2.0
265 stars 38 forks source link

Add hostname to rabbit mq container #76

Closed FunkeCoder23 closed 8 months ago

FunkeCoder23 commented 8 months ago

RabbitMQ needs a persistent hostname per https://github.com/docker-library/rabbitmq/issues/392 otherwise it starts with a random one, losing data

Closes #75

purple-emily commented 8 months ago

I think the hostname needs to be rabbitmq then I can merge it. I believe if I merged it as is then all the services would throw errors saying they can’t connect. The defaults in the .env.example are coded to connect to rabbitmq

FunkeCoder23 commented 8 months ago

imageI'd call that a successful fix