Maescool / docker-Cloudlog

Dockerized Cloudlog amateur radio logging application
20 stars 6 forks source link

Redis not used at all? #6

Closed hirschnase closed 10 months ago

hirschnase commented 1 year ago

Hello,

I was just wondering why the docker-compose file includes a Redis service. It seems like it is not used at all. When I exec into the container and run a INFO command, I can see that not a single key/value pair is stored in it.

Is there any other reason I can not think of?

Wireheadbe commented 10 months ago

You can omit it from the docker compose file, it's not being used, see commit c5c6464

Maescool commented 10 months ago

I was so used to add redis to projects, locally I used to to track my session, but since it's now removed in #11 we can use the other ways