icyphox / legit

web frontend for git
https://git.icyphox.sh
MIT License
376 stars 25 forks source link

Docker support #20

Closed GilOliveira closed 1 year ago

GilOliveira commented 1 year ago

Added a Dockerfile for building a docker image and a docker-compose.yml for building and deploying. Builds using go 1.19.

Deployment is now just as easy as going docker-compose up -d and... voilà c'est le git.

icyphox commented 1 year ago

Hey, thanks. Probably best to put this in a contrib dir.

GilOliveira commented 1 year ago

Hey, thanks. Probably best to put this in a contrib dir.

Done