Structuring Compose files II

Preparation for the video

Commands

docker-compose -f docker-compose.yml -f docker-compose.prod.yml config
docker-compose -f docker-compose.yml -f docker-compose.prod.yml config > docker-stack.yml
docker stack deploy -c docker-stack.yml demo

Structuring Compose files I

Structuring Compose files III