Consider starting services in parallel #558

Closed
opened 2023-08-02 12:16:30 +00:00 by fyrchik · 1 comment
Owner

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
help wanted
discussion
good first issue
labels 2023-08-02 12:16:30 +00:00
Author
Owner

Wrong repo

Wrong repo
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#558
No description provided.