Development Enviromnent with docker-compose
docker-compose manages the docker containers for the various services such as Redis and Postgres on the local machine.
The file docker-compose.yml defines all dependencies to run the project
To check that the containers are running:
Getting a container logs:
Destroy all containers and volumes:
Last updated