Support non swarm-apps #72

Open
opened 2025-09-02 10:43:46 +00:00 by simon · 1 comment
Owner

Very much an edge-case and not so much coop-cloud related, but I want to use the backup-bot to backup the volumes of our BBB docker standalone containers just as our regular stacks.

escpecially this line prevents standalone containers to be indexed:

backupbot.py Line 269 in 54e32ab422
c.labels.get("com.docker.swarm.service.name"): c

Very much an edge-case and not so much coop-cloud related, but I want to use the backup-bot to backup the volumes of our BBB docker standalone containers just as our regular stacks. escpecially this line prevents standalone containers to be indexed: https://git.coopcloud.tech/coop-cloud/backup-bot-two/src/commit/54e32ab4222c28a0db91f09d3675561605511873/backupbot.py#L269
Owner

We could check for additional labels like:

'com.docker.compose.replace'
'com.docker.compose.service'
We could check for additional labels like: ``` 'com.docker.compose.replace' 'com.docker.compose.service' ```
Sign in to join this conversation.
No description provided.