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