Tutorial for Docker Compose?

Hi all,

Is there any tutorial which shows how can I create a docker compose for this whole project?
How to add to CI/CD pipeline and so on?

Thank you in advance.

No there is no guide on this. It also sounds really specific to me…

There are several docker-compose files available on our GitHub repo. See docker-compose.yml,
and the /profile folder for several development setups if you’re interested.

Adding the deployment to CI/CD shouldn’t be different from any other docker environment setup.
You can of course edit the services by creating a custom docker-compose file if you want to.
All environment variables can be found in this deploy.yml file on our repo. :wink:

1 Like