Docker How to use Gitlab CI/CD to build, publish and deploy Docker Images So you have your own Dockerfile and deploy your services using docker-compose? Right now you are probably just copying the needed files to your server and then deploy them using docker-compose or something similar. In this tutorial I am going to show you how you can automate all these steps