Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 504 Bytes

File metadata and controls

11 lines (8 loc) · 504 Bytes

Run MariaDB with MaxScale

This folder contains a docker compose file to setup a database layer that uses master-slave pattern to scale MariaDB used by inference-server. See the reference Here.

The database proxy runs at port 3306 (for jdbc), and exposes port 8989 for administration page accessible at http://localhost:8989/

  • user: admin
  • password: mariadb
docker compose up -d