We continue the Docker in Dev course by using Docker Compose and building a development workflow.
We see how we can start to use Docker Compose to more easily control our Docker environment.
We fill out a few services into our docker-compose.yml
file.
We go over a mistake I made when using Docker volumes!
We fill out the app
service within our Docker Compose configuration file.
We cover some more about using the working_dir
option.
We see how to use variable within a docker-compose.yml
file.
We add a Node container to run build tasks.
We see how to begin creating a development workflow around what we have built so far.
We finish building our helper script to finalize our development workflow.