Development Build
Note
This setup is only for testing purposes. It is unsafe to use as a production build.
Prerequisits
- Check if 
docker&docker composeare installed correctly - Open 3 Terminal Windows (Or 2 depends on)
 - Change the ip in 
velocity.toml(Line 75 & 76) to your local ip (This gets reworked in the Future) 
To Do
- Build system for the whole dev stack
 - Networking between Containers
 
Handling the stack
- Start Dev Proxy
 
docker compose -f dev-proxy/proxy-compose.yml up 
- Start Dev Fallback
 
docker compose -f fallback-compose.yml up
- Start Dev Main
 
docker compose -f main-compose.yml up
- Start Minecraft with Version 1.21.1 (Fabric highly preferred)
 - Add Server -> Server Address -> 
localhost - Connect