Docker compose unable to start #579
Replies: 5 comments 4 replies
-
@softwarecrash the log looks like you do not have any up and running database. Did the database start-up works correctly, are there any issues? |
Beta Was this translation helpful? Give feedback.
-
@honnel thanks, from the compose example the PostgreSQL is running so i can see from the logs
|
Beta Was this translation helpful? Give feedback.
-
@softwarecrash I have a similar problem. Did you fix it? If so, how? |
Beta Was this translation helpful? Give feedback.
-
I've got it. Short: I have changed a few important things in the compose file. Cost me only a day of trial and error... |
Beta Was this translation helpful? Give feedback.
-
@softwarecrash I got it working by editing a few things in the compose file. Your error message was The solution for you could be to hardcode the ip address into the variable Or just use the following compose file: Another error in the compose file was the missing Changes in the compose file:
Steps to get it running (hopefully 😆)
I hope I have everything written down to get you started. Compose file:
|
Beta Was this translation helpful? Give feedback.
-
the provided docker compose is as example unable to start
To Reproduce
Steps to reproduce the behavior:
copy the docker compose example from urlaubsverwaltung/zeiterfassung/blob/main/.examples/docker-compose/docker-compose.yml
compose....
get the following error on the log
can you please update the docker compose file, and/or add a how to prepare it to the readme.
Beta Was this translation helpful? Give feedback.
All reactions