hashgraph / guardian

The Guardian is an innovative open-source platform that streamlines the creation, management, and verification of digital environmental assets. It leverages a customizable Policy Workflow Engine and Web3 technology to ensure transparent and fraud-proof operations, making it a key tool for transforming sustainability practices and carbon markets.
Apache License 2.0
105 stars 132 forks source link

Replace all references to 'localhost' with container names #217

Open anvabr opened 2 years ago

anvabr commented 2 years ago

Description

Currently in many places Guardian deployment automation contains the combination 'localhost' and 'port' which is not suitable for production/cloud deployment.

Steps to reproduce

As part of our steps to move the Guardian into production we need to remove all references of localhost and instead point these to the container names.

Services like Fargate and GKE do not easily support localhost + port as a naming convention but instead rely on container names to communicate.

This should be a simple change but I wanted to discuss based on planned deployment targets for the wider community and any gotchas that might exist there.

Additional context

No response

Hedera network

other

Version

v1.0.0

Operating system

No response

blockchain-biopharma commented 2 years ago

@anvabr as a next step will need to look into this and evaluate it to make sure its clear from the engineering perspective. Andrey will reach out to the person in the community who posted this and communicate timeline / fix date.