nosdav / server

NosDAV Server
https://nosdav.com/server
MIT License
9 stars 1 forks source link

Suggestion: Add Docker Support for Easier Deployment and Consistent Development Environment #3

Closed melvincarvalho closed 1 year ago

melvincarvalho commented 1 year ago

The Proposal: Add Docker Support

Propose adding Docker support to the project by creating a Dockerfile and optionally a docker-compose.yml file. Dockerizing the project would provide the following benefits:

📋 Suggested Implementation Steps

Here's a high-level plan for implementing Docker support:

gedw99 commented 1 year ago

adding me to track this.

melvincarvalho commented 1 year ago

I've checked in the following Dockerfile, but not fully tested it yet. Seems to work so far.

https://github.com/nosdav/server/blob/gh-pages/Dockerfile

melvincarvalho commented 1 year ago

Dockerfile and README updated. I believe this is now working. Will close this issue soon, if no problems are reported.

melvincarvalho commented 1 year ago

This is now working for me, closing