diegobill

Results 36 comments of diegobill

@wjy397 , Did you resolve this problem?

The depends_on option is ignored when [deploying a stack in swarm mode](https://docs.docker.com/engine/reference/commandline/stack_deploy/) with a version 3 Compose file. Reference: https://docs.docker.com/compose/compose-file/compose-file-v3/#depends_on

@gurutux , is the problem fixed with your commit above?

@rjsnh1522 and @camuthig , I've fixed this problem changing this line: https://github.com/diegobill/django-background-tasks/commit/8fd99c9ad762f635e17f558b601f649893eaa440 now the task is locked just if the lock has not expired

workaround using sed: ``` sed -i '/published:/ s/"//g' docker-compose.yml ```