bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 188 forks source link

Remove dependency on bind mounts in docker-compose #223

Closed tdiesler closed 2 years ago

tdiesler commented 2 years ago

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

WadeBarnes commented 2 years ago

Refer to https://github.com/bcgov/von-network/pull/224#issuecomment-1111452125 for information on the intended purpose of the bind mounts.

WadeBarnes commented 2 years ago

Closing this since the associated PR has been closed too.