client-server-docker-compose-example icon indicating copy to clipboard operation
client-server-docker-compose-example copied to clipboard

Docker-Compose Client/Server example. Created for "A beginner's guide to Docker - how to create a client/server side with docker-compose" article on HereWeCode.

Client/Server docker-compose example

This project was realized as part of my article "A beginner's guide to Docker - how to create a client/server side with Docker-Compose". This project is an example of a client/server with docker-compose.

How to run ?

The project launch is in two parts: build and start.

Build

$ docker-compose build

Launch

$ docker-compose up

Author