James Tufarelli

Results 30 comments of James Tufarelli

> I swear I looked at the Docs 😅! All good. There's a lot going on in there so its easy to miss :) > I still think the custom...

> I came across it on the selfhosted subreddit while looking for a good way to stop/backup/restart containers. Love that subreddit. I learned so much from it. --- > The...

Got it! I'm following now. I like option 2. I think we could do something like this. ```yml services: databaseA: # ... labels: - "nautical-backup.group=myGroup" - "nautical-backup.group.myGroup.priority=101" # This would...

Hey, I released a [new version](https://github.com/Minituff/nautical-backup/releases/tag/v2.1.0) that should have this feature working! Let me know what you think.

Awesome! Yeah that would be my guess. The loop starts the containers sequentially so it must be that they are turning on really quick.

Actually, now that I think about it more, one thing I just thought of-- So the priority applies to `start` and `stop`. So if you had a priority of `90,100,105`....

https://developer.mend.io/github/Minituff/nautical-backup

Thanks for the suggestion. I don't think this is possible yet--or atleast I haven't tried it. I'll do some digging to see how I can add this.

Would you want to use something like this: https://docs.linuxserver.io/images/docker-socket-proxy or https://github.com/Tecnativa/docker-socket-proxy ??

Update on this. I tested out https://github.com/Tecnativa/docker-socket-proxy. It seems to be working and I will add this feature to the next release (v3.0)