hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Add REPOSITORY_PATH_HOST environment variable #125

Closed svienot closed 5 months ago

svienot commented 5 months ago

Problem

The path of the repository mount point inside the server and repository containers currently has to be hard-coded in the docker-compose files. There is only one environment variable REPOSITORY_PATH which in Docker environment is used as the path of the repository on the host and must also match the hardcoded mount point inside the container.

Solution

Introduce a REPOSITORY_PATH_HOST environment variable such that in a Docker environment:

Alternatives

No response