I’m working on the docker deployment docs, and as I’m doing this, I realize we’re going to need a different docker-compose file for production deployment rather than development.
I’m thinking of this folder structure for the docker directory:
- docker
- development
- nginx
- docker-compose
- …
- production
- nginx
- certbot
- docker-compose
- …
- development
Make sense? Any suggestions?