robbie-cahill / tunnelmole-service

Give local web servers a public URL
GNU Affero General Public License v3.0
251 stars 39 forks source link

Docker image #3

Open deanpcmad opened 1 year ago

deanpcmad commented 1 year ago

Hey, is a Docker image available for this project?

thgh commented 1 year ago

Was also looking for it and found this one: https://hub.docker.com/r/andrewgosselin/tunnelmole-server but it doesn't work.

So I made this: https://hub.docker.com/r/thgh/tunnelmole 🎉

robbie-cahill commented 1 year ago

Nice work. In production, I don't use docker as of yet. Instead, I use a plain ubuntu digitalocean droplet, with NodeJS and nginx.

robbie-cahill commented 8 months ago

I have added a docker-compose.yml file which I use for local development. I usually run node directly on my machine, with docker-compose taking care of external dependencies (which is really just mysql at the moment).