This may be a stupid question, but wanted to see if the following was possible. Can you specify multiple paths to exist on a single volume based on what the container advertises as mount points? I suspect not. If I’m right, I guess I would need to create separate convoy volumes for each mountpoint that the container exposes.
E.g.
volumes:
- gitlab:/etc/gitlab
- gitlab:/var/log/gitlab
- gitlab:/var/opt/gitlab