Answer the question
In order to leave comments, you need to log in
What is the difference between docker-compose and gitlab ci services?
Stupid question, but I can't figure it out. Both allow you to manage an application from multiple images, right? Now, if I have a dependence on the DBMS, where should I register it? In services? In .docker-compose.yml?
Answer the question
In order to leave comments, you need to log in
docker-compose is a tool for creating composition from
gitlab docker containers ci services is a thing for bringing up some services available during the ci/cd process
Both allow you to manage an application from multiple images, right?
Now, if I have a dependence on the DBMS, where should I register it? In services? In .docker-compose.yml?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question