Antoine Amara

Results 2 issues of Antoine Amara

create a docker-compose configuration to quickly deploy a development environment. This configuration will deploy a Nodejs container with the Nodejs process running inside and a postgres container which run Postgresql...

A good solution to quickly deploy an environment for development or hackathon is to use Docker containers. Why not use the docker compose tools to deploy multi containers with the...