Deploy using Docker Compose
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application services. For installation of docker compose, see docker-compose-install.
Application Deployment using DB
WaveMaker application deployment requires DB for its operation. For example, deployment using mysqldb
.
- Use the below Docker-compose file for deploying multi-container WaveMaker application.
WaveMaker-application folder consists of Dockerfile and application code for building WaveMaker app. For Dockerfile, see WaveMaker Dockerfile, and use the Dockerfile for building WaveMaker application.
The
nginx
folder consists of anginx
Dockerfile and aconf
file for reverse proxy operations.
nginx Dockerfile
The nginx default.conf
file for reverse proxy.user
can modify the conf
file based on their requirements.
- For creating multi-container WaveMaker application using above configuration, run the following command.