jbvdmerwe
11/26/2024, 12:37 PMpodman 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:
{"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!vroldanbet
11/26/2024, 12:47 PMjbvdmerwe
11/27/2024, 8:22 AM