All the times I just put docker-compose.yml to one user (my user) directory and call it a day.

But what about a service with multiple admins or with more horizontally split up load?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago* (2 children)

Env variables get saved to 1Password (self hosted alternative would be Infisical) with a project for each container.

Docker compose files get synced up to my GitHub account.

I have been using the new “include” attribute to split up each container into its own docker compose file.

Usually I organize by service type: media

  • sonarr
  • radarr downloaders
  • sab

Not sure if that answers the question…

  • source
  • hideshow 4 child comments