Skip to content

fix connection to postgres for default credentials #32

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dancegit
Copy link

@dancegit dancegit commented Jun 8, 2020

When cloning the repo and running docker-compose up -d --build
It does not work for grafka_api_1 because the credentials for postgres are missing. When looking in the code for the credentials
in the grafka/grafka project directory in src/main.../resources/application.yml we can see the default credentials used in addition to the connection string defined in this file under services.api.environment

When cloning the repo and running docker-compose up -d --build
It does not work for grafka_api_1 because the credentials for postgres are missing. When looking in the code for the credentials
in the grafka/grafka project directory in src/main.../resources/application.yml we can see the default credentials used in addition to the connection string defined in this file under services.api.environment
@dancegit
Copy link
Author

dancegit commented Jun 8, 2020

after change you might have to run
docker-compose down --remove-orphans --volumes

because the old volume saves the old stuff/credentials/dbsettings..

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