caris-events / tunalog

🐟 Tunalog is a no-installation, easy-to-use blogging system written in Go.
https://tunalog.org
MIT License
373 stars 20 forks source link

docker support #8

Closed iwa closed 2 months ago

iwa commented 2 months ago

would be definitely cool to have a docker support instead of having to install baremetal :)

PichuChen commented 2 months ago

https://github.com/caris-events/tunalog/blob/master/Dockerfile

@iwa Is this?

YamiOdymel commented 2 months ago

Fixed, Thanks to @gurleensethi (#12), pushed to docker hub

$ docker run --name tunalog -p 8080:8080 yamiodymel/tunalog

Although the --tls-key and --tls-crt arguments aren't exposed, it shouldn't matter for now.