Update changelog and docker compose

This commit is contained in:
Eugene Burmakin 2025-02-06 22:27:58 +01:00
parent f74156cc9a
commit 344d0c7ec1
2 changed files with 3 additions and 3 deletions

View file

@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- After deleting one point from the map, other points can now be deleted as well. #723 - After deleting one point from the map, other points can now be deleted as well. #723 #678
### Added ### Added
- `X-Dawarich-Version` header to the `GET /api/v1/health` endpoint response. - `X-Dawarich-Version` header to the `GET /api/v1/health` endpoint response. #800
# 0.23.6 - 2025-02-06 # 0.23.6 - 2025-02-06

View file

@ -17,7 +17,7 @@ services:
start_period: 30s start_period: 30s
timeout: 10s timeout: 10s
dawarich_db: dawarich_db:
image: postgres:14.2-alpine image: postgis/postgis:14-3.5-alpine
shm_size: 1G shm_size: 1G
container_name: dawarich_db container_name: dawarich_db
volumes: volumes: