DEV Community

Discussion on: Add a Postgres Database With Docker to Your Project

Collapse
 
sebastianr1982 profile image
Sebastian Rapetti

Hi! Great article!
I started to use docker-compose for development last month, compared with a virtualized server (ex. ubuntu server with all services in virtual box), docker-compose solution is much more confortable for updates and configuration changes.
After some troubles, I reached my working configuration.
This is my repo on Github with configuration: github.com/s3b4stian/dev-compose

  • PHP 7.4 FPM
  • Apache
  • Postgresql
  • Mysql
  • MongoDB
  • Memcached