Start services in parallel #41

Open
opened 2023-08-02 12:18:57 +00:00 by fyrchik · 0 comments

They start but it is not smooth, make down clean up takes some time (starting from frostfs-adm dump is another opportunity for speedup, another task).

The problem is that with multiple docker-compose -f env file is read relative to the directory of the first -f argument. Apparently, it is a feature:

Still, this restriction is purely technical, we can avoid it with a bit different layout.

They start but it is not _smooth_, `make down clean up` takes some time (starting from frostfs-adm dump is another opportunity for speedup, another task). The problem is that with multiple `docker-compose -f` env file is read relative to the directory of the _first_ `-f` argument. Apparently, it is a feature: - https://github.com/docker/compose/issues/3874 - https://docs.docker.com/compose/multiple-compose-files/extends/#understanding-multiple-compose-files Still, this restriction is purely technical, we can avoid it with a bit different layout.
fyrchik added the
discussion
refactoring
labels 2023-08-02 12:18:57 +00:00
fyrchik added the
good first issue
label 2023-08-02 12:20:43 +00:00
Sign in to join this conversation.
There is no content yet.