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

19 deployment with docker and https #20

Closed vdmitriyev closed 2 weeks ago

vdmitriyev commented 2 weeks ago

Based on issue: https://github.com/dmarro89/dare-db/issues/19

Dockerfile had been created to simplify deployment of HTTPS server.

Changes:

Fix:

vdmitriyev commented 2 weeks ago

thanks for accepting this PR