Answer the question
In order to leave comments, you need to log in
What container structure to make for the microservices shell?
There are 4 services in one in the repository in subfolders.
The services themselves run on a local node, but 3 of them require radish, and one requires Postgre SQL.
Now the root is this docker-compose.yml
version: '2'
services:
redis:
image: 'redis:latest'
ports:
- '6379:6379'
Answer the question
In order to leave comments, you need to log in
if all services are to be started together, then let docker-compose be at the root of the repository, otherwise let it be next to each service
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question