chore: remove swarm deployment constraint from mysql backup service
All checks were successful
Build and Deploy / build-and-push (push) Successful in 58s

- Dropped the 'node.role == manager' deployment constraint to allow the backup container to be scheduled on any available node or to run smoothly in non-swarm Docker Compose environments.
This commit is contained in:
Cauê Faleiros
2026-03-25 13:23:34 -03:00
parent 9ffcfcdcc8
commit eb483f903b

View File

@@ -55,10 +55,6 @@ services:
- /root/backups_db:/db - /root/backups_db:/db
networks: networks:
- fasto-net - fasto-net
deploy:
placement:
constraints:
- node.role == manager
volumes: volumes:
db_data: db_data: