An open API service indexing awesome lists of open source software.

https://github.com/dhaliti/docker-composer

A simple docker-compose template file to run a front-end service, a back-end service and a database
https://github.com/dhaliti/docker-composer

docker docker-compose docker-compose-template microservice rest-api restful

Last synced: about 1 month ago
JSON representation

A simple docker-compose template file to run a front-end service, a back-end service and a database

Awesome Lists containing this project

README

          

# Docker-Composer

A simple docker-compose template file to run a front-end service, a back-end service and a database.

## Get started
Configure the file according to the services you wish to deploy. Then simply run:


```docker-compose up --build```