Commit graph

48 commits

Author SHA1 Message Date
Eugene Burmakin
f94ea5516e Rename volumes to dawarich_... 2024-11-30 12:18:18 +01:00
Eugene Burmakin
d3c80e2b18 Update volume names in docker-compose.yml and docker-compose_mounted_volumes.yml 2024-11-30 12:16:41 +01:00
Jivan Pal
cc63240882 docker-compose.yml: Change number of healthcheck rerties for dawarich_app and dawarich_sidekiq from 5 to 30. 2024-11-20 23:47:27 +00:00
Eugene Burmakin
c4915b3ea0 Disable Prometheus exporter by default 2024-11-20 22:03:37 +01:00
Eugene Burmakin
342f025bf2 Add port 9394 to docker-compose.yml for Prometheus exporter 2024-11-20 21:05:02 +01:00
Eugene Burmakin
0a6bb9ab0f Expose Prometheus exporter to the outside world 2024-11-20 20:42:28 +01:00
Eugene Burmakin
6925e5598b Allow enabling and disabling prometheus exporter in docker-compose.yml 2024-11-20 13:56:19 +01:00
Nils Herde
9fe73774ef fix: Redis container missing name in compose-file
This fixes a bug where the other containers are not able to reach redis
on the network because docker does not assign the expected DNS entry to
the container.
2024-11-14 11:43:41 +01:00
tetebueno
304eb0754e
Fixed $HOSTNAME variable usage in healthcheck command. 2024-11-04 14:47:15 -03:00
Eugene Burmakin
d3f6d0da7b Rework the app version checking to be performed in the background and update docker compose file to use different directories for gems cache 2024-10-29 11:53:44 +01:00
Eugene Burmakin
609688f144 Write Immich debug data and fix Sidekiq healthcheck 2024-10-29 11:53:44 +01:00
Eugene Burmakin
7567886224 Update CHANGELOG.md and docker-compose.yml 2024-10-19 18:43:08 +02:00
tetebueno
cf005bf834
Wrong service names on dependencies. 2024-10-14 15:44:24 -03:00
tetebueno
44cfcecfd5
Adding healthcheck
https://github.com/Freika/dawarich/issues/321
2024-10-14 15:42:18 -03:00
Eugene Burmakin
fb2468ab3d Fix directory path in docker-compose.yml 2024-10-05 14:13:48 +02:00
Eugene Burmakin
118a4bcb87 Update CHANGELOG.md and docker-compose.yml for the new watcher directory 2024-10-05 12:57:20 +02:00
Eugene Burmakin
0ac3b025ed Merge remote-tracking branch 'origin/master' into feature/miles 2024-09-06 21:26:26 +02:00
Eugene Burmakin
98520b0287 Add health check endpoint 2024-09-05 21:16:40 +02:00
Eugene Burmakin
2a960826eb Add resource limits to docker-compose.yml file and fix Immich import bug 2024-09-02 18:28:17 +02:00
Eugene Burmakin
9f9debdb1d Update js files to support miles 2024-08-29 00:09:04 +02:00
sunstep
b0a6750d78
Set auto restart to DB & Redis in case it crashes or shuts down. 2024-08-16 13:01:39 +02:00
Eugene Burmakin
54446f1c3c Update logging settings 2024-07-09 20:09:43 +02:00
Eugene Burmakin
e1648c5cb0 Rework Google Phone Takeout import to support location-history.json another file format 2024-07-08 18:05:02 +02:00
Eugene Burmakin
6af4d6d7ef Fix a bug where the export file was not being created in the public folder 2024-06-14 19:33:24 +02:00
Eugene Burmakin
7daac8a887 Change exposed volume 2024-06-12 21:02:42 +02:00
Eugene Burmakin
164b60b3bc Add BACKGROUND_PROCESSING_CONCURRENCY env variable description to readme 2024-06-08 22:41:33 +02:00
Eugene Burmakin
94ae8a3c9f Add favicon and allow setting concurrency via BACKGROUND_PROCESSING_CONCURRENCY 2024-06-07 19:22:39 +02:00
Eugene Burmakin
390b6c3d17 Update changelog 2024-05-25 20:50:25 +02:00
Eugene Burmakin
b4116cfd72 Update importing instruction 2024-05-23 22:17:19 +02:00
Eugene Burmakin
90f6c82dc1 Persist app theme in user settings 2024-05-18 12:13:29 +02:00
Eugene Burmakin
ce7b391316 Add a new release to the CHANGELOG.md file and rename env var 2024-05-05 12:03:25 +02:00
Eugene Burmakin
a333458756 Update docker-compose.yml to use latest docker image and add missing env var 2024-04-30 22:21:17 +02:00
Eugene Burmakin
d4329c8dbb Remove the test-docker-entrypoint.sh script and references to it in the Dockerfile 2024-04-06 22:36:08 +02:00
Eugene Burmakin
ce93aa159e Move import job scheduling to controller from model callback 2024-04-06 22:31:33 +02:00
Eugene Burmakin
bd5259ddb1 Update changelog and version to 0.1.6 2024-04-06 19:21:23 +02:00
Eugene Burmakin
f6ae4aef8c Add changelog, version badge, and APPLICATION_HOST environment variable 2024-04-05 22:20:12 +02:00
Eugene Burmakin
b2a442a7d8 Fix bundler not found problem 2024-04-04 23:12:32 +02:00
Eugene Burmakin
6232e5f329 Update gems and bundler version 2024-04-04 20:23:17 +02:00
Eugene Burmakin
b6769676c3 Fix google import and add stats for countries and cities visited and distance traveled by year 2024-03-28 15:11:59 +01:00
Eugene Burmakin
9f9e0123b3 Update docker-compose.yml to use freikin/dawarich:0.1.0 image 2024-03-24 20:47:44 +01:00
Eugene Burmakin
705c7ca7a2 Fix broken update stats button and add sidekiq to docker-compose.yml 2024-03-24 20:09:10 +01:00
Eugene Burmakin
1f3ee41bcb Implement calculation of cities and countries with the number of points and the last timestamp 2024-03-17 17:58:09 +01:00
Eugene Burmakin
bb1f82076a Update the docker-compose.yml file to use the dawarich network 2024-03-15 23:45:48 +01:00
Eugene Burmakin
8e52eb7085 Rename wardu to dawarich in docker-compose.yml 2024-03-15 23:31:47 +01:00
Eugene Burmakin
ff57efab01 Add Dockerfile and update docker-compose.yml to use the new Dockerfile 2024-03-15 23:31:06 +01:00
Eugene Burmakin
f74415217c Rename to Dawarich 2024-03-15 22:28:54 +01:00
Eugene Burmakin
fb138b9f9a Fix starting issues 2022-04-07 20:45:38 +04:00
Eugene Burmakin
0722e2d991 Initial Rails 7.0.2.3 template w/ rspec, tailwind, and devise user 2022-04-06 22:46:10 +04:00