I’m trying to make the change from the Docker CLI over to docker compose and am getting really confused about how to configure multiple containers.
At the moment I have one docker-compose file configured to run Sonarr, Jackett, Jellyfin (all media apps), but on the same host I’d like to deploy some additional administration / remote access applications e.g. SWAG, Guacamole etc.
From what I can gather I need to amend my existing docker-compose file to include these new apps, which feels a bit clunky. Is there a better way of doing it? Can I have multiple docker-compose files? I want to experiment with these new apps without impacting my existing apps.
I think what I’m trying to do is manage multiple stacks independently of each other, but am not sure how to do this.
Has anyone got any good links or reference material?