DEV Community

Discussion on: Docker(Docker-compose) + Wordpress/Bedrock

Collapse
 
pb_gbg profile image
PB

Interesting article, How do you solve media/uploads, and how do you trigger updates on the docker host of new images once you have pushed them?

Collapse
 
emil_priver profile image
Emil Privér

Hi! Media uploads do I solve via an CDN. WP offload media lite (wordpress.org/plugins/amazon-s3-an...) are my recommendation.

Mostly I am using and ci/cd with my projects. So when I push code to master on my git will the ci and cd start build and restart docker image and so on.

But you are able to restart docker with an simple pull and start aswell