Skip to content

Commit

Permalink
Merge pull request #703 from Freika/fix/synology-files-update
Browse files Browse the repository at this point in the history
Update Synology files
  • Loading branch information
Freika authored Jan 21, 2025
2 parents 4ecc565 + cbced59 commit ef9ec9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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

### Fixed

- Drastically improved performance for Google's Records.json import. It will now take less than 5 minutes to import 500,000 points, which previously took a few hours.
Expand Down
3 changes: 1 addition & 2 deletions docs/synology/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/synology/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit ef9ec9b

Please sign in to comment.