docker-compose разбить файлы по сервисам #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
это нужно чтобы при изменении кофигурации одного сервиса, не пересобирать все остальные
https://docs.docker.com/compose/how-tos/multiple-compose-files/include/
и/или
https://docs.docker.com/compose/how-tos/multiple-compose-files/extends/