Docker Compose from Documentation is Broken
Hey, the docker compose file obtained via wget as per the documentation is broken.
I've made an issue here: https://github.com/zitadel/zitadel/issues/10432
Any help is appreciated!
GitHub
[Bug]: Please make the default docker compose file work out of the ...
Preflight Checklist I could not find a solution in the documentation, the existing issues or discussions I have joined the ZITADEL chat Environment Self-hosted Version 4.0.0 Database PostgreSQL Dat...
4 Replies
Spun up a fresh server with Hetzner and installed the latest version of docker.
Ran:
Migrations failed and permission issues.
hey @Neureka I wrote a response on github
https://github.com/zitadel/zitadel/issues/10432#issuecomment-3173930011
but the compose example works for me when I just deployed, please let me know.
Welcome to the server!
I don't understand why it works for you? I've spun up a fresh server from Hetzner, updated the system via apt, installed docker engine, and Zitadel doesn't immediately start due to permission errors.
I've replied as well. I know many others have an issue with the initial start of Zitadel as well as setting up for production use.
I've listed the changes there that I had to make to get it running.
We can probably keep discussion on the GitHub issue so it can hopefully make it easier to track and help as many people as possible in the future.
hey there, I will mark this thread as solved since the issue has been fixed:
- https://github.com/zitadel/zitadel/pull/10518
thank you!
GitHub
docs: improve compose example by eliobischof · Pull Request #10518...
Which Problems Are Solved
The compose deployment example has improved guidance and a more robust compose configuration. It provides clear paths to a variety of target environments.
How the Problems...