Skip to content

Simple Docker container for RAGE Multiplayer and MySQL

Notifications You must be signed in to change notification settings

fedemahf/docker-ragemp-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ragemp-mysql

Simple Docker container for RAGE Multiplayer and MySQL.

Environment Variables

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

Usage

Build containers:

docker-compose up -d --no-start

Start containers:

docker-compose start

Stop containers:

docker-compose stop

Remove containers:

docker-compose down

About

Simple Docker container for RAGE Multiplayer and MySQL

Resources

Stars

Watchers

Forks