mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update Synology files
This commit is contained in:
parent
52335d6a64
commit
88ffebec34
2 changed files with 3 additions and 4 deletions
|
|
@ -4,10 +4,9 @@
|
||||||
|
|
||||||
RAILS_ENV=development
|
RAILS_ENV=development
|
||||||
MIN_MINUTES_SPENT_IN_CITY=60
|
MIN_MINUTES_SPENT_IN_CITY=60
|
||||||
APPLICATION_HOST=dawarich.djhrum.synology.me
|
APPLICATION_HOSTS=dawarich.example.synology.me
|
||||||
TIME_ZONE=Europe/Berlin
|
TIME_ZONE=Europe/Berlin
|
||||||
BACKGROUND_PROCESSING_CONCURRENCY=10
|
BACKGROUND_PROCESSING_CONCURRENCY=10
|
||||||
MAP_CENTER=[52.520826, 13.409690]
|
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
# Database
|
# Database
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ services:
|
||||||
- dawarich_redis
|
- dawarich_redis
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
entrypoint: dev-entrypoint.sh
|
entrypoint: web-entrypoint.sh
|
||||||
command: ['bin/dev']
|
command: ['bin/dev']
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|
@ -45,7 +45,7 @@ services:
|
||||||
- dawarich_db
|
- dawarich_db
|
||||||
- dawarich_redis
|
- dawarich_redis
|
||||||
- dawarich_app
|
- dawarich_app
|
||||||
entrypoint: dev-entrypoint.sh
|
entrypoint: sidekiq-entrypoint.sh
|
||||||
command: ['sidekiq']
|
command: ['sidekiq']
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue