Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
/ mysql-wso2am Public archive

Defines a docker image to build a container with the three MySQL databases required by the WSO2 API Manager platform.

License

Notifications You must be signed in to change notification settings

salte-io/mysql-wso2am

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

WSO2 API Manager MySQL Databases

This project may be used to build a docker image that can be run to prepare the three databases required by the WSO2 API Manager platform.

The databases created include:

  • apimgtdb
  • regdb
  • userdb

How to Use

  1. Run the image counterpart of this manifest available on Docker Hub via the following command:
$ docker run --name wso2db --restart=always --detach \
             --publish 3306:3306 \
             --volume wso2db:/var/lib/mysql \
             -e MYSQL_ROOT_PASSWORD=<password> \
             -e MYSQL_USER=<username> \
             -e MYSQL_PASSWORD=<password> \
             mysql-wso2am:<tag>

For a complete breakdown of the parameters supported, see the MySQL database image available on Docker Hub.

  1. Run the corresponding application server image available on Docker Hub.

About

Defines a docker image to build a container with the three MySQL databases required by the WSO2 API Manager platform.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published