Replies: 2 comments 1 reply
-
Confirm this is still an issue with latest version |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey, did you check that the POSTGRES_PASSWORD in the .env file is the same as the password of your pastgres db ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
I am trying to start this app using
docker compose -f docker-compose.yml up -d
, but i run into an error whereprestart-1
times out after300
seconds (I know that's how its configued), and when viewing the logs ofprestart
, I get:now I thought i messed up the environment variables but everything is set and everything works, I even built the DB seperately to make sure
docker compose up --build --force-recreate --no-deps db
and it works, but when I try to run everything together back to the same problem, new to docker so I may be doing something wrong here...Operating System
Linux
Operating System Details
Ubuntu 24.10
Python Version
3.12.7
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions