minus-squareantsu@lemmy.wtftoSelfhosted@lemmy.world•I'm using compose wrong and I know it.linkfedilinkEnglisharrow-up1·2 years agoThis. And I recently found out you can also use includes in compose v2.20+, so if your stack complexity demands it, you can have a small top-level docker-compose.yml with includes to smaller compose files, per service or any other criteria you want. https://docs.docker.com/compose/multiple-compose-files/include/ linkfedilink
This. And I recently found out you can also use
includes
in compose v2.20+, so if your stack complexity demands it, you can have a small top-level docker-compose.yml with includes to smaller compose files, per service or any other criteria you want.https://docs.docker.com/compose/multiple-compose-files/include/