freezingsaddles / freezing-compose

The Docker Compose structure for running the application suite.
4 stars 2 forks source link

Add `docker-compose-prod-mysql.yml` to `freezing-compose` to add additional operational flexibility #9

Open obscurerichard opened 4 years ago

obscurerichard commented 4 years ago

It would be nice to give people the option of running mysql in Docker even in production. This could be done by adding one more file, docker-compose-prod-mysql.yml derived from docker-compose-dev.yml that would set it up a MySQL server for production use. The README.md documentation would need to be changed to acommodate that.