Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.71 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.71 KB

Docker and Docker Compose Examples

Existing examples

Databases

ElasticSearch

RabbitMQ messaging

MaiDev SMTP Server + Web Interface

Keycloak single sign-on with Identity and Access Management aimed at modern applications and services

Command to run an example

docker-compose up

Command to run in background

docker-compose up -d

Command to run after adding changes in docker-compose file

docker-compose up -d --build

Stay in touch

License Summary

This sample code is made available under a modified MIT license. See the LICENSE file.