nodemailer / wildduck-webmail

Demo webmail service for WildDuck Mail Server
https://wildduck.email/
Other
147 stars 44 forks source link

Add Dockerfile #27

Closed Legogris closed 3 years ago

Legogris commented 4 years ago

This is an attempt at resolving #25. No particular configurable environment variables; instead, configuration can be done either via cmd arguments, or by mounting configuration at /etc/wildduck/www.toml.

Legogris commented 3 years ago

@andris9 Popped in again and glad to see the project having some activity again. Did you have a chance to look at this? :)

laurivosandi commented 2 years ago

Did you actually test this? The double quotes for CMD should be removed. At least on Kubernetes I have to manually override to get it working:


          command:
           - node
           - server.js
           - --config=/etc/wildduck/www.toml