jgwehr / homelab-docker

Docker Compose for building a home lab
106 stars 15 forks source link

Docker Organization #94

Closed jgwehr closed 3 months ago

jgwehr commented 12 months ago

Describe the solution you'd like

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

jgwehr commented 12 months ago

Big breakthrough with symlinks: https://github.com/jgwehr/brewpi/commit/30cef4d29c8966f4e6539006cf5637074ea02f9d

jgwehr commented 12 months ago

Architect Modularity: dependency rules

Each services/ compose stack....

  1. Can only have one-way dependency. Stack A can be dependent on Containers within another Stack B, but Stack B cannot also be dependent any Containers in Stack A
  2. Can have any time of (efficient) dependencies within itself. Container A can depend on Container B
jgwehr commented 8 months ago

https://docs.docker.com/compose/multiple-compose-files/include/

jgwehr commented 4 months ago

This is nearly done; but need to review documentation. Then finally start doing interesting stuff with this Repo once more!

jgwehr commented 4 months ago

Need to fix some backup formatting: image