From 88ffebec3420381c0af94bc83cbc1bde344644e9 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 21 Jan 2025 14:31:12 +0100 Subject: [PATCH 1/2] Update Synology files --- docs/synology/.env | 3 +-- docs/synology/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/synology/.env b/docs/synology/.env index 48273f26..cfc5f19b 100644 --- a/docs/synology/.env +++ b/docs/synology/.env @@ -4,10 +4,9 @@ RAILS_ENV=development MIN_MINUTES_SPENT_IN_CITY=60 -APPLICATION_HOST=dawarich.djhrum.synology.me +APPLICATION_HOSTS=dawarich.example.synology.me TIME_ZONE=Europe/Berlin BACKGROUND_PROCESSING_CONCURRENCY=10 -MAP_CENTER=[52.520826, 13.409690] ################################################################################### # Database diff --git a/docs/synology/docker-compose.yml b/docs/synology/docker-compose.yml index 5544db41..62092437 100644 --- a/docs/synology/docker-compose.yml +++ b/docs/synology/docker-compose.yml @@ -28,7 +28,7 @@ services: - dawarich_redis stdin_open: true tty: true - entrypoint: dev-entrypoint.sh + entrypoint: web-entrypoint.sh command: ['bin/dev'] restart: unless-stopped env_file: @@ -45,7 +45,7 @@ services: - dawarich_db - dawarich_redis - dawarich_app - entrypoint: dev-entrypoint.sh + entrypoint: sidekiq-entrypoint.sh command: ['sidekiq'] restart: unless-stopped env_file: From 06b113aac125c44412c579cb579ef1b651511506 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 21 Jan 2025 14:33:58 +0100 Subject: [PATCH 2/2] Update changelog --- .app_version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index fda96dcf..9e40e75c 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.23.2 +0.23.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 04da2e91..e1b61cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# 0.23.3 - 2025-01-21 + +### Changed + +- Synology-related files are now up to date. #684 + # 0.23.2 - 2025-01-21 ### Fixed