Description
Starting the docker stack from scratch leads to a pgsql failure: ✘ Container xtm-pgsql-1 Error dependency pgsql failed to start 2.1s.
This may be linked to docker-library/postgres#1409 and a recent update of the pgsql docker images. Screenshots and suggested fix can be found at the bottom of this issue.
Environment
- OS: Windows
- Runner: podman
- OpenAEV-Platform/docker version:
master
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Down any currently running OpenAEV docker stack
- Delete previously existing docker volumes
podman compose -f .\docker-compose.yml up -d
Expected Output
Works
Actual Output
Fails on pgsql
Additional information
Output of the podman compose

Log details
Suggested fix
Following the details provided by the error message, replace /var/lib/postgresql/data with /var/lib/postgresql
Output of the podman compose after fix

Description
Starting the docker stack from scratch leads to a pgsql failure:
✘ Container xtm-pgsql-1 Error dependency pgsql failed to start 2.1s.This may be linked to docker-library/postgres#1409 and a recent update of the pgsql docker images. Screenshots and suggested fix can be found at the bottom of this issue.
Environment
masterReproducible Steps
Steps to create the smallest reproducible scenario:
podman compose -f .\docker-compose.yml up -dExpected Output
Works
Actual Output
Fails on pgsql
Additional information
Output of the

podman composeLog details
Suggested fix
Following the details provided by the error message, replace
/var/lib/postgresql/datawith/var/lib/postgresqlOutput of the
podman composeafter fix