Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

mvs-org/mvsd-mysql-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metaverse MySQL Sync

Docker image to sync from Metaverse mvsd to MySQL.

Setup

To configure the sync service you need to set the environment variables:

  • DB_NAME
  • DB_PORT
  • DB_HOST
  • DB_PASS
  • DB_USER
  • MVSD_HOST
  • MVSD_PORT
  • MAX_RETRY

Example

You can find an example configuration in the examples folder. To start it you will need to have docker-compose installed.

docker-compose up

Releases

No releases published

Packages

No packages published