Neureka
Neureka2mo ago

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
Neureka
NeurekaOP2mo ago
Spun up a fresh server with Hetzner and installed the latest version of docker. Ran:
# Download the docker compose example configuration.
wget https://raw.githubusercontent.com/zitadel/zitadel/main/docs/docs/self-hosting/deploy/docker-compose.yaml

# Make sure you have the latest image versions
docker compose pull

# Run the PostgreSQL database, the Zitadel API and the Zitadel login.
docker compose up
# Download the docker compose example configuration.
wget https://raw.githubusercontent.com/zitadel/zitadel/main/docs/docs/self-hosting/deploy/docker-compose.yaml

# Make sure you have the latest image versions
docker compose pull

# Run the PostgreSQL database, the Zitadel API and the Zitadel login.
docker compose up
Migrations failed and permission issues.
Rajat
Rajat5w ago
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!
Neureka
NeurekaOP4w ago
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.
fcoppede
fcoppede7d ago
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...

Did you find this page helpful?