Skip to content

A Docker-based setup for running Microvolts Emulator servers on Linux

Notifications You must be signed in to change notification settings

ToyBattles/MicroVolts-Server-Docker

Repository files navigation

Microvolts Emulator - Docker Setup

A complete Docker-based setup for running the Microvolts Emulator servers on Linux. This setup includes authentication, main game, and gameplay servers with automatic database initialization.

Quick Start

Get the Microvolts Emulator running in minutes:

git clone https://github.com/ToyBattles/MicroVolts-Server-Docker.git
cd MicroVolts-Server-Docker

./setup.sh --db-password-env MY_DB_PASSWORD

export MY_DB_PASSWORD=your_secure_password_here

docker-compose up --build -d

docker-compose ps

That's it! Your Microvolts Emulator is now running with:

  • ✅ MariaDB database (port 3305)
  • ✅ Authentication server (port 13000)
  • ✅ Main game server (ports 13005, 14005)
  • ✅ Gameplay server (ports 13006, 14006)

Requirements

  • Docker 20.10+ and Docker Compose 2.0+
  • Linux environment (Ubuntu/Debian recommended)
  • 4GB+ RAM available
  • Git for repository access

Support & Community


About

A Docker-based setup for running Microvolts Emulator servers on Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published