Best Practices around Production Ready Web Apps with Docker Compose
- REVISIT
docker-compose.overrive.yml
for further splitting prod and dev container builds- Variable interpolation with similar Bash syntax
${variable:calue}
?
docker-compose.overrive.yml
for further splitting prod and dev container builds${variable:calue}
?