Docker Deployment

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

Make sense? Any suggestions?

1 Like

Ping @frjo (Discourse requires me to add more characters :slight_smile: )

Definitely needs different setups for dev/prod. @maxpearl your suggestions looks good I think.