bcgov/von-network

Remove dependency on bind mounts in docker-compose

Closed this issue · 2 comments

Currently there are several volume references to bind mounts like this ...

      - ./config:/home/indy/config
      - ./server:/home/indy/server

These could be replaced by a build step in the compose file

Refer to #224 (comment) for information on the intended purpose of the bind mounts.

Closing this since the associated PR has been closed too.