Hi all,
# spicedb
j
Hi all, I'm running into an issue with a multi-container setup using Podman. When I use
podman compose up
, everything works perfectly—my Authorization Service, SpiceDB, and Postgres containers all start up without any issues. However, when I create a pod from these three containers in Podman Desktop and run it within the desktop app, my SpiceDB container shuts down after a few seconds. The log output:
Copy code
{"level":"info","time":"2024-11-26T11:52:58Z","message":"using postgres datastore engine"}
{"level":"error","error":"failed to create datastore: failed to create primary datastore: context deadline exceeded","time":"2024-11-26T11:53:03Z","message":"terminated with errors"}
Does anyone know what could be causing this? Any insights or troubleshooting tips would be greatly appreciated!
v
SpiceDB seems unable to reach out to postgres, so my guess is the URI you've configured is incorrect
j
Thanks for responding so fast! I moved away from Podman desktop and just used the terminal instead and it works fine now. Definitely a networking issue.
24 Views