Hi everyone, I run a WordPress content site called [redacted] of our guides that gets a lot of traffic, and right now my local dev setup does not match production closely enough, I keep running into plugin or PHP version mismatches when I push updates.
I want to move to a Docker-based setup so local, staging, and production all use the same environment. Has anyone containerized an existing WordPress install successfully, and would you recommend a ready made compose setup (wordpress plus mysql plus nginx) or building the images from scratch for more control? Also curious how people usually handle the uploads folder and database syncing between environments.
Thanks in advance!
[mod update: removed site name and link, as not relevant to the post]