You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard way to configure docker containers is through env vars (rather than through cmd line args)
This allows higher order orchestration frameworks like docker compose, k8s to take advantage of a unified configuration mechanism.
Additional context / screenshots
For example the existing cardano-db-sync compose script would benefit from this
The text was updated successfully, but these errors were encountered:
tdiesler
changed the title
[FR] - All docker container to get configured through env vars
[FR] - Allow docker container configuration through env vars
Jun 8, 2021
tdiesler
added a commit
to tdiesler/cardano-node
that referenced
this issue
Jun 8, 2021
Internal/External
External
Area
Other Docker
Describe the feature you'd like
The standard way to configure docker containers is through env vars (rather than through cmd line args)
This allows higher order orchestration frameworks like docker compose, k8s to take advantage of a unified configuration mechanism.
Additional context / screenshots
For example the existing cardano-db-sync compose script would benefit from this
The text was updated successfully, but these errors were encountered: