Closed ccheetham closed 9 months ago
Current process looks like:
dev
staging
main
production
Downsides include different staging and production bits (images), thus no guarantee that what was tested in staging is what is running in production.
Proposal for new process:
docker-compose
Current process looks like:
dev
dev
staging
main
production
Downsides include different
staging
andproduction
bits (images), thus no guarantee that what was tested instaging
is what is running inproduction
.Proposal for new process:
dev
docker-compose
for repeatabilitydev
main
staging
production