Currently we have from documentation postgres version minimum to be `postgres 13`, but the `docker-compose` setup is using `FROM postgis/postgis:12-3.1` Update this to `postgres:17` from [docs](https://docs.mapstore.geosolutionsgroup.com/en/master/developer-guide/requirements/): ``` Tool | Minimum | Recommended | Maximum Postgres 13 | 16 | 17 ```