I have compose file with two dependent services and all works fine. But one has mount volume as
volumes:
- "/web/logs:/usr/src/app/log"
and
deploy:
mode: replicated
replicas: 8 # may be different
Thus all replicas use one directory and file name. It is possible to write into different directory or files?