Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: more secure PG env vars and ports cleanup #5763

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gabmontes
Copy link

The Docker compose file has hardcoded values for the Postgres user and password. This change allows setting other more secure values when starting up the processes.

In addition, exposed ports not needed were removed.

Note that #5762 should ideally be merged first.

By setting `NETWORK_NAME` and `ETHEREUM_RPC_URL` environment variables in reading those in the `docker-compose.yaml` file, customization will not require modifying the file.
The Docker compose file has hardcoded values for the Postgres user and password. This change allows setting other more secure values when starting up the processes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant