colyseus / proxy

🔀⚔ Proxy and Service Discovery for Colyseus 0.10 ~ 0.14 (Not recommended on 0.15+)
https://docs.colyseus.io/scalability/
MIT License
37 stars 25 forks source link

Created a docker image for colyseus proxy #33

Closed smokeythebandit closed 11 months ago

smokeythebandit commented 2 years ago

I and other people may opt to run colyseus proxy using Docker. To make this easier I created a Dockerfile and a workflow to facilitate this.

wesleyks commented 1 year ago

Would be nice to build the image for multiple platforms so I can run it on my raspberry pi. Take a look at this example to see how it can be done https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md

Wenish commented 1 year ago

the workflow pushes it to the github docker registry?