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

Connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused #81

Open
qmka opened this issue May 25, 2023 · 1 comment

Comments

@qmka
Copy link

qmka commented May 25, 2023

ОС Ubuntu 22.10. Выполняю по инструкции команду sudo docker-compose up --build. Сборка проходит до этого момента и падает. Что с этим можно сделать? Ничего не трогал, скачал как есть.
Снимок экрана от 2023-05-25 16-00-08

@Sarrasor
Copy link

Sarrasor commented Jun 4, 2023

у меня такая же ситуация

проброс энвов в docker-compose.yml:11 помог:

environment:
    - DEBUG=True
    - PYTHONUNBUFFERED=1
    - POSTGRES_HOST=infomate_postgres
    - POSTGRES_PORT=5432
    - POSTGRES_USER=postgres
    - POSTGRES_PASSWORD=postgres
    - POSTGRES_DB=infomate

дальше у меня вылезла проблема с тем, что на хосте не открывался фронт

поправил docker-compose.yml:9:

command: make run

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

No branches or pull requests

2 participants