switch to golang wrapper for enet
This commit is contained in:
parent
4420b4e061
commit
ee3b8d3490
10 changed files with 188 additions and 194 deletions
8
backend/docker-compose.yml
Normal file
8
backend/docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
backend:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: love2d-backend-dev
|
||||
ports:
|
||||
- "8095:8095"
|
||||
Loading…
Add table
Add a link
Reference in a new issue