Simple Docker container for RAGE Multiplayer and MySQL.
To run this project, you will need to add the following environment variables to your .env file:
MYSQL_VERSION
MYSQL_USER
MYSQL_PASSWORD
MYSQL_DATABASE
RAGEMP_CLIENT
RAGEMP_SERVER
RAGEMP_MODULES
See: .env.example
Build containers:
docker-compose up -d --no-start
Start containers:
docker-compose start
Stop containers:
docker-compose stop
Remove containers:
docker-compose down