markcornwell / spacewar

Javascript implementation of 1962 game Spacewar! originally developed for the PDP-1
MIT License
0 stars 0 forks source link

Need orchestration solution -- try docker-compose for development environment #45

Open markcornwell opened 4 years ago

markcornwell commented 4 years ago

I put a blog post up on Evernote. Look this up for guidance.

The end state should be that we can fire up a test network of servers all properly configured with IPs mapped symbolically via some generated DNS all running off a simple YAML file. Infrastructure as code.

With luck it should get us a development environment that auto restarts servers as needed when we modify their source files. With a resilient design everything should stay up.