-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hi, i'm running the setup on RHEL10 with podman.
Instead of docker-compose up, i use podman-compose-up
Assuming this may work, the setup stalls on these next lines:
[pgadmin] | [2025-09-21 19:34:39 +0000] [1] [INFO] Starting gunicorn 23.0.0
[pgadmin] | [2025-09-21 19:34:39 +0000] [1] [INFO] Listening at: http://[::]:80 (1)
[pgadmin] | [2025-09-21 19:34:39 +0000] [1] [INFO] Using worker: gthread
[pgadmin] | [2025-09-21 19:34:39 +0000] [114] [INFO] Booting worker with pid: 114
[database] | 2025-09-21 19:39:13.991 UTC [55] LOG: checkpoint starting: time
[database] | 2025-09-21 19:39:45.126 UTC [55] LOG: checkpoint complete: wrote 313 buffers (1.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=31.108 s, sync=0.014 s, total=31.136 s; sync files=181, longest=0.002 s, average=0.001 s; distance=1875 kB, estimate=1875 kB
Any idea if the setup can work on podman?
And if so, whats keeping the podman-compose up from finishing?
In a second terminal i can see that the client container has not been started.