dmarro89 / dare-db

Dare-DB is a lightweight in-memory database written in Go, featuring Redis-inspired hashtables and HTTP/HTTPS endpoints for seamless data storage and retrieval, with Docker support for easy deployment
MIT License
16 stars 1 forks source link

Fixing start app with docker #31

Closed dmarro89 closed 1 week ago

dmarro89 commented 1 week ago

Injecting Logger and Configuration to the server.

Changes and edits:

dmarro89 commented 1 week ago

Thanks for fast responses. I have added also a small note to readme.md on 0.0.0.0 in docker.

@dmarro89 PR could be merged

Thanks