codewith-luke / disclone

A very sexy discord clone that makes use of GO/GRPC/Tauri and a whole lot of other things
27 stars 2 forks source link

feat: adding docker configuration for development environment #2

Closed Thellior closed 1 year ago

Thellior commented 1 year ago

Creating the docker configuration for development purposes only

image image

I changed port configuration to 8000:8000 because I like same port mappings. You can just change it to your likings. Also using Alpine go base image because your HUGE SSD can handle that better <3

You can just run docker compose up and than connect the debugger from goland :). BEWARE that if you stop the process in goland of delv don't be like me and be like "STOP REMOVE DELV PROCESS" HIT YES and than asking why the server is not working anymore :)