Page 1 of 1

FiveM Game Microservice Architecture

Posted: Wed Feb 25, 2026 8:29 pm
by greenie
FiveM Game Microservice Architecture
This is a FiveM game microservice architecture I’m working on. I made it open source to help others discover container deployment best practices as these pipelines are built.

Publish to package vulnerability scan

Built for production with txAdmin dashboard configuration.

Features
Fixes security vulnerabilities in linux artifact.

Orchestration with database service.

Local
git clone https://github.com/purple-world/fivem-service.git
cd fivem-service
docker build -t purpleworld/game .
docker-compose up -d
# Follow the output of the game service (FiveM console output)
docker-compose logs -f game
Complete txAdmin’s initial startup via the dashboard
http://localhost:40120