I am hosting 2 Docker containers on a virtual server: a Spring application and a PostgreSQL database. Through SSH and curl, I can persist entities through the endpoints and retrieve them through a different endpoint using curl. When I go into my PostgreSQL Docker container and try to view what is in my database using psql, I see 0 rows. I have the following log in my PostgreSQL Docker container
I would be grateful if someone can give me a hint.
Log: